Disable adblock for YouTube subscriptions
♥♥♥♥ i hate writing manifest files.
What is Disable adblock for YouTube subscriptions?
Disable adblock for YouTube subscriptions is a Chrome extension developed by johnathansherbert, and its main feature is "♥♥♥♥ i hate writing manifest files.".
Download Disable adblock for YouTube subscriptions Extension CRX File
Download Disable adblock for YouTube subscriptions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | likjagmnknppfebmbbaalmhanlladbch |
Official URL | https://chrome.google.com/webstore/detail/disable-adblock-for-youtu/likjagmnknppfebmbbaalmhanlladbch |
Description | ♥♥♥♥ i hate writing manifest files. |
File Size | 11.67 KB |
Installation Count | 163 |
Current Version | 1.0 |
Last Updated | 2017-08-09 |
Publish Date | 2017-08-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | johnathansherbert |
Payment Type | free |
Supported Languages | 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\/*" ] } |