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 |
官方網址 | 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 } |