ScamBlock Plus

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

Was ist ScamBlock Plus?

ScamBlock Plus ist eine Chrome-Erweiterung, die von Michael Goen entwickelt wurde, und ihr Hauptmerkmal ist "Blocks the popup boxes typically found on scam tech-support websites".

Erweiterungsscreenshots

screenshot

ScamBlock Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie ScamBlock Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ScamBlock Plus ScamBlock Plus
ID hiicdkaofeoekndonhpadanmmejclpjc
Offizielle URL https://chrome.google.com/webstore/detail/scamblock-plus/hiicdkaofeoekndonhpadanmmejclpjc
Beschreibung Blocks the popup boxes typically found on scam tech-support websites
Dateigröße 14.09 KB
Installationsanzahl 174
Aktuelle Version 0.1
Letztes Update 2017-02-28
Veröffentlichungsdatum 2017-02-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Michael Goen
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}