ScamBlock Plus

Blocks the popup boxes typically found on scam tech-support websites

O que é ScamBlock Plus?

ScamBlock Plus é uma extensão do Chrome desenvolvida por Michael Goen, e sua principal característica é "Blocks the popup boxes typically found on scam tech-support websites".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ScamBlock Plus

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

                        ScamBlock Plus is designed to prevent the intrusive popups found on scam tech-support websites that freeze the browser and make it difficult to navigate. 

Rather than having to force-close the browser and start again, this extension prevents the popups from happening in the first place.                    

Informações Básicas da Extensão

Nome ScamBlock Plus ScamBlock Plus
ID hiicdkaofeoekndonhpadanmmejclpjc
URL Oficial https://chrome.google.com/webstore/detail/scamblock-plus/hiicdkaofeoekndonhpadanmmejclpjc
Descrição Blocks the popup boxes typically found on scam tech-support websites
Tamanho do Arquivo 14.09 KB
Contagem de Instalações 174
Versão Atual 0.1
Última Atualização 2017-02-28
Data de Publicação 2017-02-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Michael Goen
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ScamBlock Plus",
    "description": "Blocks the popup boxes typically found on scam tech-support websites",
    "version": "0.1",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}