YouTube™ Video AdBlocker Extension

Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.

Wat is YouTube™ Video AdBlocker Extension?

YouTube™ Video AdBlocker Extension is een Chrome-extensie ontwikkeld door The Creative Joys, en de belangrijkste functie is "Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube™ Video AdBlocker Extension

Download YouTube™ Video AdBlocker Extension-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

                        * Removes YouTube™ video and text ads. 
* Works on all websites that contain a YouTube™ video.
* Also works with YouTube™ Music.                    

Basisinformatie over de Extensie

Naam YouTube™ Video AdBlocker Extension YouTube™ Video AdBlocker Extension
ID nomigebahjadndedfgpmnkbaekgjkipi
Officiële URL https://chromewebstore.google.com/detail/youtube-video-adblocker-e/nomigebahjadndedfgpmnkbaekgjkipi
Beschrijving Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.
Bestandsgrootte 22.71 KB
Aantal Installaties 110
Huidige Versie 1.0
Laatst Bijgewerkt 2019-01-08
Publicatiedatum 2020-07-05
Ontwikkelaar The Creative Joys
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 Video AdBlocker Extension",
    "short_name": "Ad Blocker",
    "version": "1.0",
    "description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.",
    "manifest_version": 2,
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "adBlockerBg.js"
        ]
    },
    "page_action": {
        "default_title": "YouTube\u2122 Video AdBlocker",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "adBlockerYt.js"
            ],
            "run_at": "document_end"
        }
    ]
}