Skip to content

Commit

Permalink
Update playercore URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
shirt-dev committed Jul 31, 2024
1 parent aacc5fc commit 2d52682
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
8 changes: 3 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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/*"
],
Expand All @@ -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/*"
]
Expand Down

0 comments on commit 2d52682

Please sign in to comment.