YouTube adBlocker

removes intrusive ads on YouTube

Wat is YouTube adBlocker?

YouTube adBlocker is een Chrome-extensie ontwikkeld door mrzlab630, en de belangrijkste functie is "removes intrusive ads on YouTube".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube adBlocker

Download YouTube adBlocker-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

                        If you are annoyed by annoying ads while watching your favorite show then this extension is for you                    

Basisinformatie over de Extensie

Naam YouTube adBlocker YouTube adBlocker
ID mgplhanhakajgbogpcelbhelooeinjid
Officiële URL https://chromewebstore.google.com/detail/youtube-adblocker/mgplhanhakajgbogpcelbhelooeinjid
Beschrijving removes intrusive ads on YouTube
Bestandsgrootte 267 KB
Aantal Installaties 34
Huidige Versie 1.0.7
Laatst Bijgewerkt 2021-08-03
Publicatiedatum 2021-07-30
Ontwikkelaar mrzlab630
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube adBlocker",
    "version": "1.0.7",
    "author": "mrZ ",
    "description": "removes intrusive ads on YouTube ",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "64": "assets\/icons\/icon64.png",
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png",
        "512": "assets\/icons\/icon512.png"
    },
    "action": {
        "default_title": "Ad blocker for YouTube",
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "64": "assets\/icons\/icon64.png",
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png",
            "512": "assets\/icons\/icon512.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/style.css"
            ],
            "js": [
                "assets\/js\/action.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}