SafeCoin - antiphishing Extension
This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.
Co je SafeCoin - antiphishing Extension?
SafeCoin - antiphishing Extension je rozšíření Chrome vyvinuté https://www.monxas.com, a jeho hlavní funkcí je „This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SafeCoin - antiphishing Extension
Stáhněte si soubory rozšíření SafeCoin - antiphishing Extension 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í
Základní Informace o Rozšíření
Název | |
ID | omeeocifijpfeblgbclpclonachkkelf |
Oficiální URL | https://chromewebstore.google.com/detail/safecoin-antiphishing-ext/omeeocifijpfeblgbclpclonachkkelf |
Popis | This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency. |
Velikost souboru | 224 KB |
Počet instalací | 13 |
Aktuální Verze | 0.2 |
Poslední Aktualizace | 2017-12-06 |
Datum Vydání | 2017-12-06 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://www.monxas.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SafeCoin - antiphishing Extension", "short_name": "SafeCoin", "version": "0.2", "manifest_version": 2, "description": "This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.", "homepage_url": "https:\/\/monxas.com\/safecoin", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_page": "src\/page_action\/page_action.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "storage" ], "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon48.png" }, "default_popup": "src\/popup.html" }, "content_scripts": [ { "matches": [ " |