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 |
Eメール | [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": [ " |