mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-05-06 00:50:33 +00:00
2.0.2
This commit is contained in:
parent
d598943ed4
commit
4383594d23
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* This script runs as a drop-in replacement of the original cadmium-playercore */
|
// This script runs as a drop-in replacement of the original cadmium-playercore. This is not a content script.
|
||||||
console.log("Netflix International script active!");
|
console.log("Netflix International script active!");
|
||||||
|
|
||||||
// promisify chrome storage API for easier chaining
|
// promisify chrome storage API for easier chaining
|
||||||
|
@ -97,5 +97,5 @@ if (globalOptions.showAllTracks) {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
// run our patched copy of playercore
|
// run our patched copy of playercore in a non-privileged context on the page
|
||||||
Function(cadmium_src)();
|
window.Function(cadmium_src)();
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Netflix International",
|
"name": "Netflix International",
|
||||||
"description": "Displays all available Netflix audio tracks.",
|
"description": "Displays all available Netflix audio tracks.",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"author": "shirt",
|
"author": "shirt",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "img/icon128.png"
|
"default_icon": "img/icon128.png"
|
||||||
|
|
Loading…
Add table
Reference in a new issue