ScamBlock Plus

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

ScamBlock Plus là gì?

ScamBlock Plus là một tiện ích mở rộng Chrome được phát triển bởi Michael Goen, và tính năng chính của nó là "Blocks the popup boxes typically found on scam tech-support websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ScamBlock Plus

Tải xuống các tệp mở rộng ScamBlock Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ScamBlock Plus ScamBlock Plus
ID hiicdkaofeoekndonhpadanmmejclpjc
URL Chính Thức https://chrome.google.com/webstore/detail/scamblock-plus/hiicdkaofeoekndonhpadanmmejclpjc
Mô tả Blocks the popup boxes typically found on scam tech-support websites
Kích Thước Tệp 14.09 KB
Số Lần Cài Đặt 174
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-02-28
Ngày Phát Hành 2017-02-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Michael Goen
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}