AdBlock Unicorn

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

Qu'est-ce que AdBlock Unicorn ?

AdBlock Unicorn est une extension Chrome développée par AdBlock Unicorn, et sa fonction principale est "The cutest Ad blocker, blocks ads from more than 50'000 sources.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AdBlock Unicorn

Téléchargez les fichiers d'extension AdBlock Unicorn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom AdBlock Unicorn AdBlock Unicorn
ID ldjhogknogpdklogdocbicnlpljekejl
URL Officiel https://chromewebstore.google.com/detail/adblock-unicorn/ldjhogknogpdklogdocbicnlpljekejl
Description The cutest Ad blocker, blocks ads from more than 50'000 sources.
Taille du Fichier 391 KB
Nombre d'Installations 818
Version Actuelle 2.0.2.0
Dernière Mise à Jour 2020-11-17
Date de Publication 2020-10-13
Évaluation 3.38/5 Total 8 Évaluations
Développeur AdBlock Unicorn
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://adblock-unicorn.com/
URL de la Page de Politique de Confidentialité https://www.adblock-unicorn.com/privacy.html
Langues Prises en Charge 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
}