Trusted Crypto Site Indicator

Identifying the official crypto site, prevent from phishing attacks.

Qu'est-ce que Trusted Crypto Site Indicator ?

Trusted Crypto Site Indicator est une extension Chrome développée par thuan.suba, et sa fonction principale est "Identifying the official crypto site, prevent from phishing attacks.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Trusted Crypto Site Indicator

Téléchargez les fichiers d'extension Trusted Crypto Site Indicator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Trusted Crypto Site Indicator Trusted Crypto Site Indicator
ID pjckcnnlnefofdnnfjlkbcgoombmhjea
URL Officiel https://chromewebstore.google.com/detail/trusted-crypto-site-indic/pjckcnnlnefofdnnfjlkbcgoombmhjea
Description Identifying the official crypto site, prevent from phishing attacks.
Taille du Fichier 224 KB
Nombre d'Installations 67
Version Actuelle 1.0.5
Dernière Mise à Jour 2017-09-11
Date de Publication 2017-09-11
Évaluation 5.00/5 Total 5 Évaluations
Développeur thuan.suba
Type de Paiement free
Site Web de l'Extension https://github.com/thuansb/TrustSites
URL de la Page d'Aide https://github.com/thuansb/TrustSites/issues
Langues Prises en Charge 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
}