ScamBlock Plus

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

Cos'è ScamBlock Plus?

ScamBlock Plus è un'estensione di Chrome sviluppata da Michael Goen, e la sua funzione principale è "Blocks the popup boxes typically found on scam tech-support websites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ScamBlock Plus

Scarica i file di estensione ScamBlock Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ScamBlock Plus ScamBlock Plus
ID hiicdkaofeoekndonhpadanmmejclpjc
URL Ufficiale https://chrome.google.com/webstore/detail/scamblock-plus/hiicdkaofeoekndonhpadanmmejclpjc
Descrizione Blocks the popup boxes typically found on scam tech-support websites
Dimensione del File 14.09 KB
Conteggio Installazioni 174
Versione Corrente 0.1
Ultimo Aggiornamento 2017-02-28
Data di Pubblicazione 2017-02-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Michael Goen
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}