Trusted Crypto Site Indicator
Identifying the official crypto site, prevent from phishing attacks.
Trusted Crypto Site Indicatorとは何ですか?
Trusted Crypto Site Indicatorはthuan.subaによって開発されたChromeの拡張機能で、その主な機能は「Identifying the official crypto site, prevent from phishing attacks.」です。
拡張機能のスクリーンショット
Trusted Crypto Site Indicator拡張機能のCRXファイルをダウンロード
Trusted Crypto Site Indicator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension will identify site domain is in a trusted site list or not, if yes then the extension icon will be green, otherwise it will be red. So it prevent phishing attack, as you known there are many fake crypto sites try to steal our key these day. Open source at: https://github.com/thuansb/TrustSites/ ---------------------------- If you see this extension helpful, you can give me a cup of coffee :). Thank you! BTC: 1GN5tySvzzs9fcNSY9NWgGSaMAc8PWf7Gi ETH: 0xEb1d9926341945E28F3880e0F291B230FD92a3b9 NEOGAS: AbfXhG5NhrZYKdUWQ2zH4tZ1RyvJhtD9ui
拡張機能の基本情報
名前 | Trusted Crypto Site Indicator |
ID | pjckcnnlnefofdnnfjlkbcgoombmhjea |
公式URL | https://chromewebstore.google.com/detail/trusted-crypto-site-indic/pjckcnnlnefofdnnfjlkbcgoombmhjea |
説明 | Identifying the official crypto site, prevent from phishing attacks. |
ファイルサイズ | 224 KB |
インストール数 | 67 |
現在のバージョン | 1.0.5 |
最終更新日 | 2017-09-11 |
公開日 | 2017-09-11 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | thuan.suba |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/thuansb/TrustSites |
ヘルプページのURL | https://github.com/thuansb/TrustSites/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trusted Crypto Site Indicator", "short_name": "Trusted CS", "description": "Identifying the official crypto site, prevent from phishing attacks.", "version": "1.0.5", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "name": "Green is TRUST | Red is DANGER" }, "permissions": [ "tabs" ], "manifest_version": 2 } |