Skip to content

Commit ec4e376

Browse files
committed
Add Paramont+ movies into allowed URLs
1 parent cb356d1 commit ec4e376

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const allowedUrls = [
66
'https://play.max.com/video/watch/*',
77
'https://podcasts.google.com/*',
88
'https://www.paramountplus.com/shows/video/*',
9+
'https://www.paramountplus.com/movies/video/*',
910
'https://www.disneyplus.com/video/*',
1011
'https://www.amazon.com/gp/video/detail/*',
1112
'https://www.hulu.com/watch/*',

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Media Controller",
44
"description": "Control video/audio in the webpage with keyboard shortcuts",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"icons": {
77
"48": "icon.png"
88
},

0 commit comments

Comments
 (0)