AdBlock Unicorn

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

Cos'è AdBlock Unicorn?

AdBlock Unicorn è un'estensione di Chrome sviluppata da AdBlock Unicorn, e la sua funzione principale è "The cutest Ad blocker, blocks ads from more than 50'000 sources.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AdBlock Unicorn

Scarica i file di estensione AdBlock Unicorn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AdBlock Unicorn AdBlock Unicorn
ID ldjhogknogpdklogdocbicnlpljekejl
URL Ufficiale https://chromewebstore.google.com/detail/adblock-unicorn/ldjhogknogpdklogdocbicnlpljekejl
Descrizione The cutest Ad blocker, blocks ads from more than 50'000 sources.
Dimensione del File 391 KB
Conteggio Installazioni 818
Versione Corrente 2.0.2.0
Ultimo Aggiornamento 2020-11-17
Data di Pubblicazione 2020-10-13
Valutazione 3.38/5 Totale 8 Valutazioni
Sviluppatore AdBlock Unicorn
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://adblock-unicorn.com/
URL della Pagina della Politica sulla Privacy https://www.adblock-unicorn.com/privacy.html
Lingue Supportate 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
}