ScamBlock Plus

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

Qu'est-ce que ScamBlock Plus ?

ScamBlock Plus est une extension Chrome développée par Michael Goen, et sa fonction principale est "Blocks the popup boxes typically found on scam tech-support websites".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ScamBlock Plus

Téléchargez les fichiers d'extension ScamBlock Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ScamBlock Plus ScamBlock Plus
ID hiicdkaofeoekndonhpadanmmejclpjc
URL Officiel https://chrome.google.com/webstore/detail/scamblock-plus/hiicdkaofeoekndonhpadanmmejclpjc
Description Blocks the popup boxes typically found on scam tech-support websites
Taille du Fichier 14.09 KB
Nombre d'Installations 174
Version Actuelle 0.1
Dernière Mise à Jour 2017-02-28
Date de Publication 2017-02-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Michael Goen
Type de Paiement free
Langues Prises en Charge 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"
    ]
}