Trusted Crypto Site Indicator

Identifying the official crypto site, prevent from phishing attacks.

O que é Trusted Crypto Site Indicator?

Trusted Crypto Site Indicator é uma extensão do Chrome desenvolvida por thuan.suba, e sua principal característica é "Identifying the official crypto site, prevent from phishing attacks.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Trusted Crypto Site Indicator

Baixe arquivos de extensão Trusted Crypto Site Indicator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Trusted Crypto Site Indicator Trusted Crypto Site Indicator
ID pjckcnnlnefofdnnfjlkbcgoombmhjea
URL Oficial https://chromewebstore.google.com/detail/trusted-crypto-site-indic/pjckcnnlnefofdnnfjlkbcgoombmhjea
Descrição Identifying the official crypto site, prevent from phishing attacks.
Tamanho do Arquivo 224 KB
Contagem de Instalações 67
Versão Atual 1.0.5
Última Atualização 2017-09-11
Data de Publicação 2017-09-11
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor thuan.suba
Tipo de Pagamento free
Site da Extensão https://github.com/thuansb/TrustSites
URL da Página de Ajuda https://github.com/thuansb/TrustSites/issues
Idiomas Suportados 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
}