Alpha Adblocker

Finally, an efficient blocker. Easy on CPU and memory.

O que é Alpha Adblocker?

Alpha Adblocker é uma extensão do Chrome desenvolvida por Ext. Developer24, e sua principal característica é "Finally, an efficient blocker. Easy on CPU and memory.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Alpha Adblocker

Baixe arquivos de extensão Alpha Adblocker 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

                        Alpha Adblocker focuses on blocking ads fast and very efficient.
We are a lightweight Adblocker with many customization options for users to
find the most suitable setup for their browsing sessions.
- You can subscribe to certain blocking lists
- You can disable/ enable blocking per domain
- You can also use custom rules

By installing the browser extension you give you consent to our privacy policy which you can also find here: https://website.alpha-blockr.com/privacy-policy                    

Informações Básicas da Extensão

Nome Alpha Adblocker Alpha Adblocker
ID coodfgmnlnjliaeijfanmjgmbgpdalfe
URL Oficial https://chromewebstore.google.com/detail/alpha-adblocker/coodfgmnlnjliaeijfanmjgmbgpdalfe
Descrição Finally, an efficient blocker. Easy on CPU and memory.
Tamanho do Arquivo 2.8 MB
Contagem de Instalações 89
Versão Atual 1.37.3.105
Última Atualização 2022-01-19
Data de Publicação 2022-01-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Ext. Developer24
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://website.alpha-blockr.com/privacy-policy
Idiomas Suportados id,ms,de,en,en-GB,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,iw,fa,mr,hi,bn,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png"
        },
        "default_popup": "popup-fenix.html",
        "default_title": "Alpha Adblocker"
    },
    "commands": {
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "launch-logger": {
            "description": "__MSG_popupTipLog__"
        },
        "open-dashboard": {
            "description": "__MSG_popupTipDashboard__"
        },
        "relax-blocking-mode": {
            "description": "__MSG_relaxBlockingMode__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/scriptlets\/subscriber.js"
            ],
            "matches": [
                "https:\/\/easylist.to\/*",
                "https:\/\/*.fanboy.co.nz\/*",
                "https:\/\/filterlists.com\/*",
                "https:\/\/forums.lanik.us\/*",
                "https:\/\/github.com\/*",
                "https:\/\/*.github.io\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "\/js\/webguard-content.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "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": "61.0",
    "name": "Alpha Adblocker",
    "options_ui": {
        "open_in_tab": true,
        "page": "dashboard.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "Alpha Adblocker",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "1.37.3.105",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}