ScamBlock Plus

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

What is ScamBlock Plus?

ScamBlock Plus is a Chrome extension developed by Michael Goen, and its main feature is "Blocks the popup boxes typically found on scam tech-support websites".

Extension Screenshots

screenshot

Download ScamBlock Plus Extension CRX File

Download ScamBlock Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ScamBlock Plus ScamBlock Plus
ID hiicdkaofeoekndonhpadanmmejclpjc
Official URL https://chrome.google.com/webstore/detail/scamblock-plus/hiicdkaofeoekndonhpadanmmejclpjc
Description Blocks the popup boxes typically found on scam tech-support websites
File Size 14.09 KB
Installation Count 174
Current Version 0.1
Last Updated 2017-02-28
Publish Date 2017-02-27
Rating 5.00/5 Total 1 Ratings
Developer Michael Goen
Payment Type free
Supported Languages 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"
    ]
}