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.
什么是SafeCoin - antiphishing Extension?
SafeCoin - antiphishing Extension是由https://www.monxas.com开发的Chrome扩展程序,该扩展的主要功能是“This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.”。
扩展截图
下载SafeCoin - antiphishing Extension扩展crx文件
下载SafeCoin - antiphishing Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | omeeocifijpfeblgbclpclonachkkelf |
官方URL | https://chromewebstore.google.com/detail/safecoin-antiphishing-ext/omeeocifijpfeblgbclpclonachkkelf |
简介 | This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency. |
文件大小 | 224 KB |
安装次数 | 13 |
当前版本 | 0.2 |
更新时间 | 2017-12-06 |
上架时间 | 2017-12-06 |
评分 | 5.00/5 共1次评分 |
开发者 | https://www.monxas.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [ " |