Aenomaly Ad Blocker + Search Engine

Aenomaly Ad Blocker + Privacy Search Engine

Qu'est-ce que Aenomaly Ad Blocker + Search Engine ?

Aenomaly Ad Blocker + Search Engine est une extension Chrome développée par ÆNOMALY, et sa fonction principale est "Aenomaly Ad Blocker + Privacy Search Engine".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Aenomaly Ad Blocker + Search Engine

Téléchargez les fichiers d'extension Aenomaly Ad Blocker + Search Engine 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

                        BROWSE THE INTERNET WITH NO ANNOYING ADS.

Experience a cleaner, faster internet by blocking annoying ads.

Block intrusive Ads.
Block unwanted Websites.
Search the internet in Privacy.                    

Informations de Base sur l'Extension

Nom Aenomaly Ad Blocker + Search Engine Aenomaly Ad Blocker + Search Engine
ID liledmkcnejjjnoedaopnkibcklgcmei
URL Officiel https://chrome.google.com/webstore/detail/aenomaly-ad-blocker-+-sea/liledmkcnejjjnoedaopnkibcklgcmei
Description Aenomaly Ad Blocker + Privacy Search Engine
Taille du Fichier 3.39 MB
Nombre d'Installations 1,000
Version Actuelle 1.18.17
Dernière Mise à Jour 2019-05-25
Date de Publication 2019-05-25
Évaluation 4.83/5 Total 18 Évaluations
Développeur ÆNOMALY
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://aenomaly.com
URL de la Page d'Aide https://t.me/aenomaly
Langues Prises en Charge id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "author": "Aenomaly Development Team",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Aenomaly Blocker"
    },
    "commands": {
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "launch-logger": {
            "description": "__MSG_popupTipLog__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/scriptlets\/subscriber.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "Aenomaly Ad Blocker + Privacy Search Engine",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "64": "img\/icon_64.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "51.0",
    "name": "Aenomaly Ad Blocker + Search Engine",
    "options_ui": {
        "open_in_tab": true,
        "page": "dashboard.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "Aenomaly",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.18.17",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}