ScamBlock Plus

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

ScamBlock Plusคืออะไร?

ScamBlock Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Goen และคุณลักษณะหลักของมันคือ "Blocks the popup boxes typically found on scam tech-support websites"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScamBlock Plus

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}