Add Ad-Block Notice
This commit is contained in:
parent
8f13e670c5
commit
01b76877fb
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*.xpi
|
||||||
|
*.zip
|
@ -1,2 +1,2 @@
|
|||||||
# Force High-Resolution DisneyNOW
|
# Force High-Resolution DisneyNOW
|
||||||
This browser extension forces DisneyNOW to use their higher-resolution video stream by imitating the Android app.
|
This browser extension forces DisneyNOW to use their higher-resolution video stream by imitating the Android app. (It also blocks DisneyNOW ads.)
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"description": "This browser extension forces DisneyNOW to use their higher-resolution video stream by imitating the Android app.",
|
|
||||||
"manifest_version": 2,
|
|
||||||
"name": "Force High-Resolution DisneyNOW",
|
|
||||||
"version": "1.0",
|
|
||||||
"content_scripts": [
|
|
||||||
{
|
|
||||||
"matches": ["*://disneynow.com/*"],
|
|
||||||
"js": ["content.js"],
|
|
||||||
"run_at": "document_end"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"web_accessible_resources": [
|
|
||||||
"page.js"
|
|
||||||
],
|
|
||||||
"browser_specific_settings": {
|
|
||||||
"gecko": {
|
|
||||||
"id": "high-res-disneynow@thebrokenrail.com"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
2
src/manifest.json
Executable file → Normal file
2
src/manifest.json
Executable file → Normal file
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"description": "This extension forces DisneyNOW to use their higher-resolution HLS video stream instead of their low-resolution DASH video stream.",
|
"description": "This browser extension forces DisneyNOW to use their higher-resolution video stream by imitating the Android app. (It also blocks DisneyNOW ads.)",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Force High-Resolution DisneyNOW",
|
"name": "Force High-Resolution DisneyNOW",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user