Youtube Anti-Adblock Bypass

Allows you to watch YouTube videos with an adblocker.

Was ist Youtube Anti-Adblock Bypass?

Youtube Anti-Adblock Bypass ist eine Chrome-Erweiterung, die von Project Centurion entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to watch YouTube videos with an adblocker.".

Erweiterungsscreenshots

screenshot

Youtube Anti-Adblock Bypass-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube Anti-Adblock Bypass-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

                        Allows you to watch YouTube videos with an Adblocker installed. This extension is not an adblocker, it simply disables the YouTube popup that prevents you from watching videos. Use with extensions such as uBlock Origin for best results.

If you want to support me & fund further improvements: https://ko-fi.com/milkdudpoe                    

Grundlegende Informationen zur Erweiterung

Name Youtube Anti-Adblock Bypass Youtube Anti-Adblock Bypass
ID gbghmolkliahkeekflofoaiofibligjf
Offizielle URL https://chromewebstore.google.com/detail/youtube-anti-adblock-bypa/gbghmolkliahkeekflofoaiofibligjf
Beschreibung Allows you to watch YouTube videos with an adblocker.
Dateigröße 102 KB
Installationsanzahl 20,000
Aktuelle Version 1.0.0
Letztes Update 2023-10-29
Veröffentlichungsdatum 2023-10-25
Bewertung 3.94/5 Insgesamt 203 Bewertungen
Entwickler Project Centurion
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Anti-Adblock Bypass",
    "description": "Allows you to watch YouTube videos with an adblocker.",
    "version": "1.0.0",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/music.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*",
                "https:\/\/music.youtube.com\/watch*"
            ],
            "js": [
                "injected.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "128.png"
    }
}