Aenomaly Ad Blocker + Search Engine

Aenomaly Ad Blocker + Privacy Search Engine

O que é Aenomaly Ad Blocker + Search Engine?

Aenomaly Ad Blocker + Search Engine é uma extensão do Chrome desenvolvida por ÆNOMALY, e sua principal característica é "Aenomaly Ad Blocker + Privacy Search Engine".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Aenomaly Ad Blocker + Search Engine

Baixe arquivos de extensão Aenomaly Ad Blocker + Search Engine 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

                        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.                    

Informações Básicas da Extensão

Nome Aenomaly Ad Blocker + Search Engine Aenomaly Ad Blocker + Search Engine
ID liledmkcnejjjnoedaopnkibcklgcmei
URL Oficial https://chrome.google.com/webstore/detail/aenomaly-ad-blocker-+-sea/liledmkcnejjjnoedaopnkibcklgcmei
Descrição Aenomaly Ad Blocker + Privacy Search Engine
Tamanho do Arquivo 3.39 MB
Contagem de Instalações 1,000
Versão Atual 1.18.17
Última Atualização 2019-05-25
Data de Publicação 2019-05-25
Classificação 4.83/5 Total de 18 Avaliações
Desenvolvedor ÆNOMALY
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://aenomaly.com
URL da Página de Ajuda https://t.me/aenomaly
Idiomas Suportados 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\/*"
    ]
}