SPEAR-AdBlocker

Block annoying ads with SPEAR-AdBlocker!

O que é SPEAR-AdBlocker?

SPEAR-AdBlocker é uma extensão do Chrome desenvolvida por https://spear-adblocker.io, e sua principal característica é "Block annoying ads with SPEAR-AdBlocker!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão SPEAR-AdBlocker

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

                        SPEAR AdBlocker is a free ad-block application that runs as Chrome extension. It saves data wasted from ads, speeds up Internet loading and increases battery life by up to 21%. Experience a pleasant internet experience with SPEAR AdBlocker!

[Features]
• Completely remove ads from Chrome browser
• Up to 4 times faster internet speed
• Data usage reduction
• Increased battery life
• Protect personal information by blocking tracker
• User can manage filters with Whitelist and Custom filter features

[Ads Blocked]
• Ads inserted in the beginning, middle, end of the video
• Portal site banner Ads
• Ads inserted in posts such as news and blogs
• Floating ads that are difficult to close
• Unhealthy adult advertising
• Ads that force redirection                    

Informações Básicas da Extensão

Nome SPEAR-AdBlocker SPEAR-AdBlocker
ID odgmghjkmpdjnbkbefepcfnjchmldikd
URL Oficial https://chromewebstore.google.com/detail/spear-adblocker/odgmghjkmpdjnbkbefepcfnjchmldikd
Descrição Block annoying ads with SPEAR-AdBlocker!
Tamanho do Arquivo 4.55 MB
Contagem de Instalações 347
Versão Atual 1.0.0
Última Atualização 2021-01-14
Data de Publicação 2021-01-10
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://spear-adblocker.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://spear-adblocker.io/
Idiomas Suportados en,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SPEAR-AdBlocker",
    "version": "1.0.0",
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "options_page": "pages\/options\/index.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "activeTab",
        "",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "SPEAR-AdBlocker Popup"
    },
    "web_accessible_resources": [
        "assets\/*",
        "pages\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}