Disable adblock for YouTube subscriptions
♥♥♥♥ i hate writing manifest files.
Hvad er Disable adblock for YouTube subscriptions?
Disable adblock for YouTube subscriptions er en Chrome-udvidelse udviklet af johnathansherbert, og dens hovedfunktion er "♥♥♥♥ i hate writing manifest files.".
Download Disable adblock for YouTube subscriptions-udvidelses-CRX-fil
Download Disable adblock for YouTube subscriptions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | likjagmnknppfebmbbaalmhanlladbch |
Officiel URL | https://chrome.google.com/webstore/detail/disable-adblock-for-youtu/likjagmnknppfebmbbaalmhanlladbch |
Beskrivelse | ♥♥♥♥ i hate writing manifest files. |
Filstørrelse | 11.67 KB |
Antal Installationer | 163 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-08-09 |
Udgivelsesdato | 2017-08-06 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | johnathansherbert |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |