mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-06-22 00:36:43 +00:00
v2.0.3
Cleaned up code, fixed CSS issues caused by Netflix update
This commit is contained in:
parent
4383594d23
commit
2380097d45
7 changed files with 100 additions and 65 deletions
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "Netflix International",
|
||||
"description": "Displays all available Netflix audio tracks.",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"author": "shirt",
|
||||
"browser_action": {
|
||||
"default_icon": "img/icon128.png"
|
||||
|
@ -24,6 +24,7 @@
|
|||
"*://www.netflix.com/*"
|
||||
],
|
||||
"all_frames": true,
|
||||
"css": ["netflix.css"],
|
||||
"js": ["content_script.js"],
|
||||
"run_at": "document_start"
|
||||
}],
|
||||
|
@ -36,7 +37,8 @@
|
|||
},
|
||||
"web_accessible_resources": [
|
||||
"cadmium-playercore-shim.js",
|
||||
"netflix_max_bitrate.js"
|
||||
"netflix_max_bitrate.js",
|
||||
"netflix.css"
|
||||
],
|
||||
"permissions": [
|
||||
"storage",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue