Ad Blocker for YouTube

Watch YouTube without any ads!

Was ist Ad Blocker for YouTube?

Ad Blocker for YouTube ist eine Chrome-Erweiterung, die von Peter Pi entwickelt wurde, und ihr Hauptmerkmal ist "Watch YouTube without any ads!".

Erweiterungsscreenshots

screenshot

Ad Blocker for YouTube-Erweiterungs-CRX-Datei herunterladen

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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Ad Blocker for YouTube Ad Blocker for YouTube
ID gmcmlgfecmkefmkgbbnggmamclbmikbi
Offizielle URL https://chromewebstore.google.com/detail/ad-blocker-for-youtube/gmcmlgfecmkefmkgbbnggmamclbmikbi
Beschreibung Watch YouTube without any ads!
Dateigröße 23.32 KB
Installationsanzahl 23,302
Aktuelle Version 1.0.6
Letztes Update 2020-01-30
Veröffentlichungsdatum 2020-01-25
Bewertung 4.27/5 Insgesamt 45 Bewertungen
Entwickler Peter Pi
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}