mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-06-22 08:36:43 +00:00
Manifest v3
This commit is contained in:
parent
96856b02e0
commit
3d58a4fff3
3 changed files with 43 additions and 59 deletions
20
rules.json
Normal file
20
rules.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"id": 1,
|
||||
"priority": 1,
|
||||
"action": { "type": "redirect", "redirect": { "extensionPath": "/cadmium-playercore-shim.js" } },
|
||||
"condition": {
|
||||
"urlFilter": "*://www.assets.nflxext.com/*/ffe/player/html/*",
|
||||
"resourceTypes": ["script"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"priority": 1,
|
||||
"action": { "type": "redirect", "redirect": { "extensionPath": "/cadmium-playercore-shim.js" } },
|
||||
"condition": {
|
||||
"urlFilter": "*://assets.nflxext.com/*/ffe/player/html/*",
|
||||
"resourceTypes": ["script"]
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue