Disable adblock for YouTube subscriptions

♥♥♥♥ i hate writing manifest files.

Cos'è Disable adblock for YouTube subscriptions?

Disable adblock for YouTube subscriptions è un'estensione di Chrome sviluppata da johnathansherbert, e la sua funzione principale è "♥♥♥♥ i hate writing manifest files.".

Scarica il file CRX dell'estensione Disable adblock for YouTube subscriptions

Scarica i file di estensione Disable adblock for YouTube subscriptions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Disable adblock for YouTube subscriptions Disable adblock for YouTube subscriptions
ID likjagmnknppfebmbbaalmhanlladbch
URL Ufficiale https://chrome.google.com/webstore/detail/disable-adblock-for-youtu/likjagmnknppfebmbbaalmhanlladbch
Descrizione ♥♥♥♥ i hate writing manifest files.
Dimensione del File 11.67 KB
Conteggio Installazioni 163
Versione Corrente 1.0
Ultimo Aggiornamento 2017-08-09
Data di Pubblicazione 2017-08-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore johnathansherbert
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}