ScamBlock Plus
Blocks the popup boxes typically found on scam tech-support websites
Co je ScamBlock Plus?
ScamBlock Plus je rozšíření Chrome vyvinuté Michael Goen, a jeho hlavní funkcí je „Blocks the popup boxes typically found on scam tech-support websites“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ScamBlock Plus
Stáhněte si soubory rozšíření ScamBlock Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | hiicdkaofeoekndonhpadanmmejclpjc |
Oficiální URL | https://chrome.google.com/webstore/detail/scamblock-plus/hiicdkaofeoekndonhpadanmmejclpjc |
Popis | Blocks the popup boxes typically found on scam tech-support websites |
Velikost souboru | 14.09 KB |
Počet instalací | 174 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2017-02-28 |
Datum Vydání | 2017-02-27 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Michael Goen |
Typ Platby | free |
Podporované Jazyky | 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" ] } |