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 |
公式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" ] } |