AdBlocker Ultimate: Free & Secure Adblocker

AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL ads.

O que é AdBlocker Ultimate: Free & Secure Adblocker?

AdBlocker Ultimate: Free & Secure Adblocker é uma extensão do Chrome desenvolvida por kelsallrichellayuiod, e sua principal característica é "AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL ads.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AdBlocker Ultimate: Free & Secure Adblocker

Baixe arquivos de extensão AdBlocker Ultimate: Free & Secure 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

                        AdBlocker Ultimate is Available in the chrome web store, just install it and Browse Secure with AdBlocker Ultimate.

Free and improved ad blocker. Completely remove ALL ads. No "acceptable" ads or whitelisted advertisers, block tracking, block malware!

How To Use:-

1. Firstly Click on "Add To Chrome" button.
2. After download just click on "Extension Icon" 
3. Then ON/OFF Adblock and use.
4. Lets Enjoy

Thanks :)                    

Informações Básicas da Extensão

Nome AdBlocker Ultimate: Free & Secure Adblocker AdBlocker Ultimate: Free & Secure Adblocker
ID flcbhdghoafhgjjmhfemoenipkfchdcd
URL Oficial https://chrome.google.com/webstore/detail/adblocker-ultimate-free-s/flcbhdghoafhgjjmhfemoenipkfchdcd
Descrição AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL ads.
Tamanho do Arquivo 138 KB
Contagem de Instalações 148
Versão Atual 2.0
Última Atualização 2022-06-27
Data de Publicação 2021-08-21
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor kelsallrichellayuiod
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://apkmanager.co/adblocker-ultimate/
URL da Página de Política de Privacidade https://onlynewtab.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlocker Ultimate: Free & Secure Adblocker",
    "description": "AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL ads.",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/service_worker.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/image\/icon16.png",
            "32": "\/image\/icon32.png",
            "48": "\/image\/icon48.png",
            "128": "\/image\/icon128.png"
        }
    },
    "icons": {
        "16": "\/image\/icon16.png",
        "32": "\/image\/icon32.png",
        "48": "\/image\/icon48.png",
        "128": "\/image\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}