From 2d5268217e358d109007f3e1f0286f503647c5a7 Mon Sep 17 00:00:00 2001 From: shirt <2660574+shirt-dev@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:06:19 -0400 Subject: [PATCH] Update playercore URLs --- background.js | 2 +- manifest.json | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/background.js b/background.js index d86bfad..68de4fa 100644 --- a/background.js +++ b/background.js @@ -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"] diff --git a/manifest.json b/manifest.json index 183255f..9bf12fa 100644 --- a/manifest.json +++ b/manifest.json @@ -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/*" ]