ScamBlock Plus
Blocks the popup boxes typically found on scam tech-support websites
Apa itu ScamBlock Plus?
ScamBlock Plus adalah ekstensi Chrome yang dikembangkan oleh Michael Goen, dan fitur utamanya adalah "Blocks the popup boxes typically found on scam tech-support websites".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ScamBlock Plus
Unduh file ekstensi ScamBlock Plus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hiicdkaofeoekndonhpadanmmejclpjc |
URL Resmi | https://chrome.google.com/webstore/detail/scamblock-plus/hiicdkaofeoekndonhpadanmmejclpjc |
Deskripsi | Blocks the popup boxes typically found on scam tech-support websites |
Ukuran File | 14.09 KB |
Jumlah Instalasi | 174 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2017-02-28 |
Tanggal Publikasi | 2017-02-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Michael Goen |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |