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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | hiicdkaofeoekndonhpadanmmejclpjc |
官方網址 | 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" ] } |