Youtube Anti-Adblock Bypass

Allows you to watch YouTube videos with an adblocker.

Qu'est-ce que Youtube Anti-Adblock Bypass ?

Youtube Anti-Adblock Bypass est une extension Chrome développée par Project Centurion, et sa fonction principale est "Allows you to watch YouTube videos with an adblocker.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube Anti-Adblock Bypass

Téléchargez les fichiers d'extension Youtube Anti-Adblock Bypass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Youtube Anti-Adblock Bypass Youtube Anti-Adblock Bypass
ID gbghmolkliahkeekflofoaiofibligjf
URL Officiel https://chromewebstore.google.com/detail/youtube-anti-adblock-bypa/gbghmolkliahkeekflofoaiofibligjf
Description Allows you to watch YouTube videos with an adblocker.
Taille du Fichier 102 KB
Nombre d'Installations 20,000
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-10-29
Date de Publication 2023-10-25
Évaluation 3.94/5 Total 203 Évaluations
Développeur Project Centurion
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}