ScamBlock Plus

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

¿Qué es ScamBlock Plus?

ScamBlock Plus es una extensión de Chrome desarrollada por Michael Goen, y su función principal es "Blocks the popup boxes typically found on scam tech-support websites".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ScamBlock Plus

Descarga archivos de extensión ScamBlock Plus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ScamBlock Plus ScamBlock Plus
ID hiicdkaofeoekndonhpadanmmejclpjc
URL Oficial https://chrome.google.com/webstore/detail/scamblock-plus/hiicdkaofeoekndonhpadanmmejclpjc
Descripción Blocks the popup boxes typically found on scam tech-support websites
Tamaño del Archivo 14.09 KB
Cantidad de Instalaciones 174
Versión Actual 0.1
Última Actualización 2017-02-28
Fecha de Publicación 2017-02-27
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Michael Goen
Tipo de Pago free
Idiomas Soportados 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"
    ]
}