AdClean (works on Youtube)

Removes all unwanted ads for a smoother browsing experience.

O que é AdClean (works on Youtube)?

AdClean (works on Youtube) é uma extensão do Chrome desenvolvida por https://mega-block.com, e sua principal característica é "Removes all unwanted ads for a smoother browsing experience.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AdClean (works on Youtube)

Baixe arquivos de extensão AdClean (works on Youtube) 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

                        AdClean is an ad blocker to help you fall in love with the internet again, and gives you the chance to customize your experience.

✓ Block banners
✓ Block annoying video ads
✓ Give yourself faster browsing as resources are blocked from loading
✓ Click on the extension icon to stop blocking ads on the current website                    

Informações Básicas da Extensão

Nome AdClean (works on Youtube) AdClean (works on Youtube)
ID bjnlfombjeamfelifpimnopcchmmeppk
URL Oficial https://chromewebstore.google.com/detail/adclean-works-on-youtube/bjnlfombjeamfelifpimnopcchmmeppk
Descrição Removes all unwanted ads for a smoother browsing experience.
Tamanho do Arquivo 1.12 MB
Contagem de Instalações 20,000
Versão Atual 2.0.4
Última Atualização 2024-01-19
Data de Publicação 2023-12-22
Classificação 4.25/5 Total de 8 Avaliações
Desenvolvedor https://mega-block.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://mega-block.com/privacy.php
Idiomas Suportados de,en,fr,nl,no,da,es,it,pt-BR,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.4",
    "default_locale": "en",
    "action": [],
    "background": {
        "service_worker": "extension.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "ecss.js",
                "cs.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "scripting",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "block\/r1.json"
            },
            {
                "id": "2",
                "enabled": true,
                "path": "block\/r2.json"
            },
            {
                "id": "3",
                "enabled": true,
                "path": "block\/r3.json"
            },
            {
                "id": "4",
                "enabled": true,
                "path": "block\/r4.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "wa\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}