Trusted Crypto Site Indicator

Identifying the official crypto site, prevent from phishing attacks.

Τι είναι το Trusted Crypto Site Indicator;

Το Trusted Crypto Site Indicator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον thuan.suba, και η κύρια λειτουργία του είναι "Identifying the official crypto site, prevent from phishing attacks.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Trusted Crypto Site Indicator

Λήψη αρχείων επέκτασης 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
}