BLUE - World's Safest & Simplest Wallet

The World's Safest & Simplest Wallet

BLUE - World's Safest & Simplest Wallet là gì?

BLUE - World's Safest & Simplest Wallet là một tiện ích mở rộng Chrome được phát triển bởi http://blueprotocol.com, và tính năng chính của nó là "The World's Safest & Simplest Wallet".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BLUE - World's Safest & Simplest Wallet

Tải xuống các tệp mở rộng BLUE - World's Safest & Simplest Wallet 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 world's safest & simplest wallet.

Privacy Policy: https://www.blueprotocol.com/privacy-policy/

• Blocks your browser from visiting phishing websites
• Supports sending & receiving of almost every ERC20 token!
• View total portfolio in USD
• Automatic gas/tax calculation
• Prevents you from sending money to malicious accounts
• Recover private key / word list easily
• 100% decentralized
• and much, much more!!

Blue Wallet is great MetaMask alternative that works with many Dapps such as IDEX and ForkDelta. Enjoy using Blue Wallet!                    

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

Tên BLUE - World's Safest & Simplest Wallet BLUE - World's Safest & Simplest Wallet
ID laphpbhjhhgigmjoflgcchgodbbclahk
URL Chính Thức https://chrome.google.com/webstore/detail/blue-worlds-safest-simple/laphpbhjhhgigmjoflgcchgodbbclahk
Mô tả The World's Safest & Simplest Wallet
Kích Thước Tệp 7.91 MB
Số Lần Cài Đặt 750
Phiên Bản Hiện Tại 3.4
Cập Nhật Lần Cuối 2019-09-17
Ngày Phát Hành 2019-09-17
Đánh Giá 5.00/5 Tổng số 65 Đánh Giá
Nhà Phát Triển http://blueprotocol.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.blueprotocol.com
URL Trang Trợ Giúp https://www.blueprotocol.com/privacy-policy/
URL Trang Chính Sách Bảo Mật https://www.blueprotocol.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BLUE - World's Safest & Simplest Wallet",
    "version": "3.4",
    "version_name": "3.4",
    "manifest_version": 2,
    "description": "The World's Safest & Simplest Wallet",
    "homepage_url": "http:\/\/byz.network",
    "options_page": "options\/index.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/bg-service.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "BLUE with Byzantine",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "scripts\/ct-phishing-detect.min.js",
                "scripts\/content-scripts.min.js",
                "scripts\/password-manager.min.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite",
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "content-scripts\/views\/*",
        "scripts\/inpage-provider.min.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/sentry.io 'unsafe-eval'; object-src 'self'"
}