Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Twitch-DVR player

`twitch-dvr` is a Chrome extension that replaces the built-in Twitch player with a custom player that supports DVR: that is, you can seek to any point in the current broadcast and jump back to live at any time. Note that `twitch-dvr` does not replace the VOD player, nor the frontpage player. The user can switch between the DVR player and the default Twitch player at any time.
`twitch-dvr` is a Chrome extension (Manifest V3) that replaces the built-in Twitch player with a custom player that supports DVR: that is, you can seek to any point in the current broadcast and jump back to live at any time. Note that `twitch-dvr` does not replace the VOD player, nor the frontpage player. The user can switch between the DVR player and the default Twitch player at any time.

`twitch-dvr` is written in vanilla Javascript 😱.

Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "Twitch DVR player",
"version": "1.4.13",
"description": "Replaces the standard twitch player with a custom one that supports DVR.",
"permissions": [
"manifest_version": 3,
"host_permissions": [
"https://*.twitch.tv/*",
"https://*.ttvnw.net/*",
"https://dqrpb9wgowsf5.cloudfront.net/*"
Expand All @@ -22,6 +23,5 @@
"icons": {
"48": "[email protected]",
"128": "twitch-dvr.png"
},
"manifest_version": 2
}
}