AdBlock Unicorn

The cutest Ad blocker, blocks ads from more than 50'000 sources.

O que é AdBlock Unicorn?

AdBlock Unicorn é uma extensão do Chrome desenvolvida por AdBlock Unicorn, e sua principal característica é "The cutest Ad blocker, blocks ads from more than 50'000 sources.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AdBlock Unicorn

Baixe arquivos de extensão AdBlock Unicorn 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

                        Our technology blocks ads before they're displayed by blocking the requests.
In case something goes through we also have failsafe JS and CSS to remove ads

You may disable AdBlock Unicorn at any time by using the toggle button after clicking on the icon.

AdBlock Unicorn checks for custom script in our server to make sure we add all the latest critical ad blockings that cannot wait until the next Chrome store update which sometimes take multiple days.

Please visit our website and send us your feedback and suggestions on how to make our product better and cuter !

FAQ :
Q : Do you block video ads on Youtube and Facebook ?
A : Not at the moment, we are working on it                    

Informações Básicas da Extensão

Nome AdBlock Unicorn AdBlock Unicorn
ID ldjhogknogpdklogdocbicnlpljekejl
URL Oficial https://chromewebstore.google.com/detail/adblock-unicorn/ldjhogknogpdklogdocbicnlpljekejl
Descrição The cutest Ad blocker, blocks ads from more than 50'000 sources.
Tamanho do Arquivo 391 KB
Contagem de Instalações 818
Versão Atual 2.0.2.0
Última Atualização 2020-11-17
Data de Publicação 2020-10-13
Classificação 3.38/5 Total de 8 Avaliações
Desenvolvedor AdBlock Unicorn
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://adblock-unicorn.com/
URL da Página de Política de Privacidade https://www.adblock-unicorn.com/privacy.html
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Unicorn",
    "version": "2.0.2.0",
    "description": "The cutest Ad blocker, blocks ads from more than 50'000 sources.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        "128.png"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/adblock-unicorn.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "validation.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "menu.html"
    },
    "manifest_version": 2
}