ScamBlock Plus

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

什么是ScamBlock Plus?

ScamBlock Plus是由Michael Goen开发的Chrome扩展程序,该扩展的主要功能是“Blocks the popup boxes typically found on scam tech-support websites”。

扩展截图

screenshot

下载ScamBlock Plus扩展crx文件

下载ScamBlock Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ScamBlock Plus ScamBlock Plus
ID hiicdkaofeoekndonhpadanmmejclpjc
官方URL https://chrome.google.com/webstore/detail/scamblock-plus/hiicdkaofeoekndonhpadanmmejclpjc
简介 Blocks the popup boxes typically found on scam tech-support websites
文件大小 14.09 KB
安装次数 174
当前版本 0.1
更新时间 2017-02-28
上架时间 2017-02-27
评分 5.00/5 共1次评分
开发者 Michael Goen
付费类型 free
支持的语言 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"
    ]
}