ScamBlock Plus

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

Wat is ScamBlock Plus?

ScamBlock Plus is een Chrome-extensie ontwikkeld door Michael Goen, en de belangrijkste functie is "Blocks the popup boxes typically found on scam tech-support websites".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ScamBlock Plus

Download ScamBlock Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ScamBlock Plus ScamBlock Plus
ID hiicdkaofeoekndonhpadanmmejclpjc
Officiële URL https://chrome.google.com/webstore/detail/scamblock-plus/hiicdkaofeoekndonhpadanmmejclpjc
Beschrijving Blocks the popup boxes typically found on scam tech-support websites
Bestandsgrootte 14.09 KB
Aantal Installaties 174
Huidige Versie 0.1
Laatst Bijgewerkt 2017-02-28
Publicatiedatum 2017-02-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Michael Goen
Betalingswijze free
Ondersteunde Talen 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"
    ]
}