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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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 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
}