Aenomaly Ad Blocker + Search Engine

Aenomaly Ad Blocker + Privacy Search Engine

What is Aenomaly Ad Blocker + Search Engine?

Aenomaly Ad Blocker + Search Engine is a Chrome extension developed by ÆNOMALY, and its main feature is "Aenomaly Ad Blocker + Privacy Search Engine".

Extension Screenshots

screenshot

Download Aenomaly Ad Blocker + Search Engine Extension CRX File

Download Aenomaly Ad Blocker + Search Engine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Aenomaly Ad Blocker + Search Engine Aenomaly Ad Blocker + Search Engine
ID liledmkcnejjjnoedaopnkibcklgcmei
Official URL https://chrome.google.com/webstore/detail/aenomaly-ad-blocker-+-sea/liledmkcnejjjnoedaopnkibcklgcmei
Description Aenomaly Ad Blocker + Privacy Search Engine
File Size 3.39 MB
Installation Count 1,000
Current Version 1.18.17
Last Updated 2019-05-25
Publish Date 2019-05-25
Rating 4.83/5 Total 18 Ratings
Developer ÆNOMALY
Email [email protected]
Payment Type free
Extension Website https://aenomaly.com
Help Page URL https://t.me/aenomaly
Supported Languages 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\/*"
    ]
}