Disable adblock for YouTube subscriptions

♥♥♥♥ i hate writing manifest files.

Vad är Disable adblock for YouTube subscriptions?

Disable adblock for YouTube subscriptions är en Chrome-tillägg utvecklad av johnathansherbert, och dess huvudfunktion är "♥♥♥♥ i hate writing manifest files.".

Ladda ner Disable adblock for YouTube subscriptions-förlängningens CRX-fil

Ladda ner Disable adblock for YouTube subscriptions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Disable adblock for YouTube subscriptions Disable adblock for YouTube subscriptions
ID likjagmnknppfebmbbaalmhanlladbch
Officiell webbadress https://chrome.google.com/webstore/detail/disable-adblock-for-youtu/likjagmnknppfebmbbaalmhanlladbch
Beskrivning ♥♥♥♥ i hate writing manifest files.
Filstorlek 11.67 KB
Antal Installationer 163
Aktuell Version 1.0
Senast Uppdaterad 2017-08-09
Publiceringsdatum 2017-08-06
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare johnathansherbert
Betalningssätt free
Stödda Språk 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\/*"
    ]
}