Disable adblock for YouTube subscriptions
♥♥♥♥ i hate writing manifest files.
Co je Disable adblock for YouTube subscriptions?
Disable adblock for YouTube subscriptions je rozšíření Chrome vyvinuté johnathansherbert, a jeho hlavní funkcí je „♥♥♥♥ i hate writing manifest files.“.
Stáhnout soubor CRX rozšíření Disable adblock for YouTube subscriptions
Stáhněte si soubory rozšíření Disable adblock for YouTube subscriptions ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
To use this extension with Adblock Plus, click on the Adblock extension icon, click "Option", and then click "Add your own filters". Using the filter "@@https://www.youtube.com/*disableadblock=true$document" (Without quotes), you will be able to disable adblock on any YouTube video that has "disableadblock=true" in the URL. This extension will add that to the url for any video from a channel that you are subscribed to.
Základní Informace o Rozšíření
Název | |
ID | likjagmnknppfebmbbaalmhanlladbch |
Oficiální URL | https://chrome.google.com/webstore/detail/disable-adblock-for-youtu/likjagmnknppfebmbbaalmhanlladbch |
Popis | ♥♥♥♥ i hate writing manifest files. |
Velikost souboru | 11.67 KB |
Počet instalací | 163 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-08-09 |
Datum Vydání | 2017-08-06 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | johnathansherbert |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable adblock for YouTube subscriptions", "version": "1.0", "manifest_version": 2, "description": "\u2665\u2665\u2665\u2665 i hate writing manifest files.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "youtubeVideo.js" ] } ], "browser_action": { "default_icon": "icon24.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "https:\/\/www.youtube.com\/*" ] } |