Add functions to bypass websites that are redirected to (looking at you voe)

This commit is contained in:
2022-07-13 00:45:52 +02:00
parent 672b920f31
commit 4cf76eb62a
9 changed files with 68 additions and 89 deletions

View File

@@ -14,21 +14,7 @@
{
"all_frames": true,
"matches": [
"*://*.evoload.io/*",
"*://*.mixdrop.co/*",
"*://*.newgrounds.com/*",
"*://*.streamtape.com/*",
"*://*.streamzz.to/*",
"*://*.streamz.ws/*",
"*://*.upstream.to/*",
"*://*.vidlox.me/*",
"*://*.vidoza.net/*",
"*://*.vivo.sx/*",
"*://*.voe.sx/*",
"*://*.voeunblk.com/*",
"*://*.voeun-block.net/*",
"*://*.un-block-voe.net/*",
"*://*.vupload.com/*"
"<all_urls>"
],
"js": [
"index.js"
@@ -36,8 +22,15 @@
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage"
"storage",
"webRequest",
"<all_urls>"
],
"browser_action": {
"default_icon": {