Ad Blocker for YouTube

Watch YouTube without any ads!

Wat is Ad Blocker for YouTube?

Ad Blocker for YouTube is een Chrome-extensie ontwikkeld door Peter Pi, en de belangrijkste functie is "Watch YouTube without any ads!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ad Blocker for YouTube

Download Ad Blocker for YouTube-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

                        IMPORTANT:
 - The pop-up bubble on the top right corner will not work in tabs that were open prior to installation. After installing this extension, either reload your open tabs or restart Chrome.

With this extension, you can:
 - Skip ads prior to the actual video content
 - Blocks any pop-up ads during the video within the frame                    

Basisinformatie over de Extensie

Naam Ad Blocker for YouTube Ad Blocker for YouTube
ID gmcmlgfecmkefmkgbbnggmamclbmikbi
Officiële URL https://chromewebstore.google.com/detail/ad-blocker-for-youtube/gmcmlgfecmkefmkgbbnggmamclbmikbi
Beschrijving Watch YouTube without any ads!
Bestandsgrootte 23.32 KB
Aantal Installaties 23,302
Huidige Versie 1.0.6
Laatst Bijgewerkt 2020-01-30
Publicatiedatum 2020-01-25
Beoordeling 4.27/5 Totaal 45 Beoordelingen
Ontwikkelaar Peter Pi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ad Blocker for YouTube",
    "version": "1.0.6",
    "description": "Watch YouTube without any ads!",
    "author": "Peter Pi",
    "icons": {
        "128": "icon_128.png"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}