Undetectable Youtube AdBlocker

A free Undetectable Youtube AdBlocker

O que é Undetectable Youtube AdBlocker?

Undetectable Youtube AdBlocker é uma extensão do Chrome desenvolvida por LI, e sua principal característica é "A free Undetectable Youtube AdBlocker".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Undetectable Youtube AdBlocker

Baixe arquivos de extensão Undetectable Youtube AdBlocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Undetectable Youtube AdBlocker Undetectable Youtube AdBlocker
ID hjmfamljcjmabepekpangndlnkffealb
URL Oficial https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb
Descrição A free Undetectable Youtube AdBlocker
Tamanho do Arquivo 37.24 KB
Contagem de Instalações 1,534
Versão Atual 5.0
Última Atualização 2023-11-27
Data de Publicação 2023-11-08
Classificação 3.79/5 Total de 19 Avaliações
Desenvolvedor LI
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}