mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-12-15 16:40:43 +01:00
Add vidmoly.me
This commit is contained in:
@@ -41,7 +41,7 @@ const ManifestV2 = {
|
||||
},
|
||||
content_scripts: [{ ...sharedManifest.content_scripts[0], matches: ['<all_urls>'] }],
|
||||
browser_action: browserAction,
|
||||
permissions: [...sharedManifest.permissions, 'webRequest', '<all_urls>']
|
||||
permissions: [...sharedManifest.permissions, 'webRequest', 'webRequestBlocking', '<all_urls>']
|
||||
};
|
||||
|
||||
const ManifestV3 = {
|
||||
|
||||
Reference in New Issue
Block a user