Update playercore URLs

This commit is contained in:
shirt 2024-07-31 19:06:19 -04:00
parent aacc5fc76f
commit 2d5268217e
Signed by: shirt
GPG key ID: 961246C6493C8DF9
2 changed files with 4 additions and 6 deletions

View file

@ -40,7 +40,7 @@ chrome.webRequest.onBeforeRequest.addListener(
}, {
urls: [
"*://assets.nflxext.com/*/ffe/player/html/*",
"*://www.assets.nflxext.com/*/ffe/player/html/*"
"*://assets.nflxext.com/player/html/ffe/*"
],
types: ["script"]
}, ["blocking"]

View file

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Netflix International",
"description": "Displays all available Netflix audio and subtitle tracks.",
"version": "2.0.21",
"version": "2.0.22",
"author": "shirt",
"browser_action": {
"default_icon": "img/icon128.png",
@ -19,8 +19,7 @@
},
"content_scripts": [{
"matches": [
"*://assets.nflxext.com/*/ffe/player/html/*",
"*://www.assets.nflxext.com/*/ffe/player/html/*",
"*://assets.nflxext.com/*",
"*://netflix.com/*",
"*://www.netflix.com/*"
],
@ -45,8 +44,7 @@
"storage",
"webRequest",
"webRequestBlocking",
"*://assets.nflxext.com/*/ffe/player/html/*",
"*://www.assets.nflxext.com/*/ffe/player/html/*",
"*://assets.nflxext.com/*",
"*://netflix.com/*",
"*://www.netflix.com/*"
]