Trusted Crypto Site Indicator

Identifying the official crypto site, prevent from phishing attacks.

Trusted Crypto Site Indicator là gì?

Trusted Crypto Site Indicator là một tiện ích mở rộng Chrome được phát triển bởi thuan.suba, và tính năng chính của nó là "Identifying the official crypto site, prevent from phishing attacks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trusted Crypto Site Indicator

Tải xuống các tệp mở rộng Trusted Crypto Site Indicator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trusted Crypto Site Indicator Trusted Crypto Site Indicator
ID pjckcnnlnefofdnnfjlkbcgoombmhjea
URL Chính Thức https://chromewebstore.google.com/detail/trusted-crypto-site-indic/pjckcnnlnefofdnnfjlkbcgoombmhjea
Mô tả Identifying the official crypto site, prevent from phishing attacks.
Kích Thước Tệp 224 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2017-09-11
Ngày Phát Hành 2017-09-11
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển thuan.suba
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/thuansb/TrustSites
URL Trang Trợ Giúp https://github.com/thuansb/TrustSites/issues
Ngôn Ngữ Được Hỗ Trợ 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
}