Disable adblock for YouTube subscriptions

♥♥♥♥ i hate writing manifest files.

Wat is Disable adblock for YouTube subscriptions?

Disable adblock for YouTube subscriptions is een Chrome-extensie ontwikkeld door johnathansherbert, en de belangrijkste functie is "♥♥♥♥ i hate writing manifest files.".

Download het CRX-bestand van de extensie Disable adblock for YouTube subscriptions

Download Disable adblock for YouTube subscriptions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Disable adblock for YouTube subscriptions Disable adblock for YouTube subscriptions
ID likjagmnknppfebmbbaalmhanlladbch
Officiële URL https://chrome.google.com/webstore/detail/disable-adblock-for-youtu/likjagmnknppfebmbbaalmhanlladbch
Beschrijving ♥♥♥♥ i hate writing manifest files.
Bestandsgrootte 11.67 KB
Aantal Installaties 163
Huidige Versie 1.0
Laatst Bijgewerkt 2017-08-09
Publicatiedatum 2017-08-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar johnathansherbert
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}