Trusted Crypto Site Indicator

Identifying the official crypto site, prevent from phishing attacks.

Trusted Crypto Site Indicator क्या है?

Trusted Crypto Site Indicator thuan.suba द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Identifying the official crypto site, prevent from phishing attacks."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trusted Crypto Site Indicator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}