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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}