Disable adblock for YouTube subscriptions

♥♥♥♥ i hate writing manifest files.

Was ist Disable adblock for YouTube subscriptions?

Disable adblock for YouTube subscriptions ist eine Chrome-Erweiterung, die von johnathansherbert entwickelt wurde, und ihr Hauptmerkmal ist "♥♥♥♥ i hate writing manifest files.".

Disable adblock for YouTube subscriptions-Erweiterungs-CRX-Datei herunterladen

Laden Sie Disable adblock for YouTube subscriptions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Disable adblock for YouTube subscriptions Disable adblock for YouTube subscriptions
ID likjagmnknppfebmbbaalmhanlladbch
Offizielle URL https://chrome.google.com/webstore/detail/disable-adblock-for-youtu/likjagmnknppfebmbbaalmhanlladbch
Beschreibung ♥♥♥♥ i hate writing manifest files.
Dateigröße 11.67 KB
Installationsanzahl 163
Aktuelle Version 1.0
Letztes Update 2017-08-09
Veröffentlichungsdatum 2017-08-06
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler johnathansherbert
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}