Undetectable Youtube AdBlocker

A free Undetectable Youtube AdBlocker

Qu'est-ce que Undetectable Youtube AdBlocker ?

Undetectable Youtube AdBlocker est une extension Chrome développée par LI, et sa fonction principale est "A free Undetectable Youtube AdBlocker".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Undetectable Youtube AdBlocker

Téléchargez les fichiers d'extension Undetectable Youtube AdBlocker 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

                        This adblocker blocks youtube ads without being detected.

Why it's good:
🪶 Lightweight: Extremely light on resources.
🏎️ Efficient: Uses EventListening outperforming MutationObserver solutions
🎈 Simple: Just install and enjoy, no fancy settings.
🕵️ Stealthy: Undetectable from YouTube.
🔓 Permission-Free: Needs no extra permissions to operate.
🆓 Free forever.

Made my Igor & Luka                    

Informations de Base sur l'Extension

Nom Undetectable Youtube AdBlocker Undetectable Youtube AdBlocker
ID hjmfamljcjmabepekpangndlnkffealb
URL Officiel https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb
Description A free Undetectable Youtube AdBlocker
Taille du Fichier 37.24 KB
Nombre d'Installations 1,534
Version Actuelle 5.0
Dernière Mise à Jour 2023-11-27
Date de Publication 2023-11-08
Évaluation 3.79/5 Total 19 Évaluations
Développeur LI
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Undetectable Youtube AdBlocker",
    "description": "A free Undetectable Youtube AdBlocker",
    "version": "5.0",
    "icons": {
        "16": "logo\/16.png",
        "48": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "action": {
        "default_title": "Undetectable Youtube AdBlocker",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                ".\/scripts\/injector.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                ".\/css\/youtubeStyles.css"
            ],
            "run_at": "document_start"
        }
    ]
}