Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Oct 10, 2023
1 parent b73be6a commit cb10774
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ A multi-browser extension to enhance your [Crunchyroll](https://www.crunchyroll.
## ✨ Features

- Download videos[^1][^2].
- Download videos[^1][^2]
- Show the air date of the next episode (if available)
- Add links to the [AniList](https://anilist.co/) and [MyAnimeList](https://myanimelist.net/) entries of an anime (season)
- Video player improvements
- No parallel stream limit.
- Default context menu when right-clicking the player.
- No parallel stream limit
- Maximize player on double-click
- Default context menu when right-clicking the player

[^1]: Due to browser restrictions the download is only available as [`.ts`](https://en.wikipedia.org/wiki/MPEG_transport_stream) file.
[^2]: On Firefox, the episode will be completely loaded into RAM before writing it to the disk which might cause some lagging. This is due to the lack of the (non-standardized) [`showSaveFilePicker`](https://developer.mozilla.org/en-US/docs/Web/API/Window/showSaveFilePicker) method.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enhance-crunchyroll",
"version": "0.1.0",
"version": "0.2.0",
"displayName": "Enhance Crunchyroll",
"author": "Crunchy Labs Maintainers",
"description": "A multi-browser extension to enhance your Crunchyroll experience",
Expand Down

0 comments on commit cb10774

Please sign in to comment.