We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb356d1 commit ec4e376Copy full SHA for ec4e376
content.js
@@ -6,6 +6,7 @@ const allowedUrls = [
6
'https://play.max.com/video/watch/*',
7
'https://podcasts.google.com/*',
8
'https://www.paramountplus.com/shows/video/*',
9
+ 'https://www.paramountplus.com/movies/video/*',
10
'https://www.disneyplus.com/video/*',
11
'https://www.amazon.com/gp/video/detail/*',
12
'https://www.hulu.com/watch/*',
manifest.json
@@ -2,7 +2,7 @@
2
"manifest_version": 3,
3
"name": "Media Controller",
4
"description": "Control video/audio in the webpage with keyboard shortcuts",
5
- "version": "0.0.2",
+ "version": "0.0.3",
"icons": {
"48": "icon.png"
},
0 commit comments