mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-05-02 00:30:33 +00:00
Update playercore URLs
This commit is contained in:
parent
aacc5fc76f
commit
2d5268217e
2 changed files with 4 additions and 6 deletions
|
@ -40,7 +40,7 @@ chrome.webRequest.onBeforeRequest.addListener(
|
||||||
}, {
|
}, {
|
||||||
urls: [
|
urls: [
|
||||||
"*://assets.nflxext.com/*/ffe/player/html/*",
|
"*://assets.nflxext.com/*/ffe/player/html/*",
|
||||||
"*://www.assets.nflxext.com/*/ffe/player/html/*"
|
"*://assets.nflxext.com/player/html/ffe/*"
|
||||||
],
|
],
|
||||||
types: ["script"]
|
types: ["script"]
|
||||||
}, ["blocking"]
|
}, ["blocking"]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Netflix International",
|
"name": "Netflix International",
|
||||||
"description": "Displays all available Netflix audio and subtitle tracks.",
|
"description": "Displays all available Netflix audio and subtitle tracks.",
|
||||||
"version": "2.0.21",
|
"version": "2.0.22",
|
||||||
"author": "shirt",
|
"author": "shirt",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "img/icon128.png",
|
"default_icon": "img/icon128.png",
|
||||||
|
@ -19,8 +19,7 @@
|
||||||
},
|
},
|
||||||
"content_scripts": [{
|
"content_scripts": [{
|
||||||
"matches": [
|
"matches": [
|
||||||
"*://assets.nflxext.com/*/ffe/player/html/*",
|
"*://assets.nflxext.com/*",
|
||||||
"*://www.assets.nflxext.com/*/ffe/player/html/*",
|
|
||||||
"*://netflix.com/*",
|
"*://netflix.com/*",
|
||||||
"*://www.netflix.com/*"
|
"*://www.netflix.com/*"
|
||||||
],
|
],
|
||||||
|
@ -45,8 +44,7 @@
|
||||||
"storage",
|
"storage",
|
||||||
"webRequest",
|
"webRequest",
|
||||||
"webRequestBlocking",
|
"webRequestBlocking",
|
||||||
"*://assets.nflxext.com/*/ffe/player/html/*",
|
"*://assets.nflxext.com/*",
|
||||||
"*://www.assets.nflxext.com/*/ffe/player/html/*",
|
|
||||||
"*://netflix.com/*",
|
"*://netflix.com/*",
|
||||||
"*://www.netflix.com/*"
|
"*://www.netflix.com/*"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue