BLUE - World's Safest & Simplest Wallet

The World's Safest & Simplest Wallet

什么是BLUE - World's Safest & Simplest Wallet?

BLUE - World's Safest & Simplest Wallet是由http://blueprotocol.com开发的Chrome扩展程序,该扩展的主要功能是“The World's Safest & Simplest Wallet”。

扩展截图

screenshot

下载BLUE - World's Safest & Simplest Wallet扩展crx文件

下载BLUE - World's Safest & Simplest Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 BLUE - World's Safest & Simplest Wallet BLUE - World's Safest & Simplest Wallet
ID laphpbhjhhgigmjoflgcchgodbbclahk
官方URL https://chrome.google.com/webstore/detail/blue-worlds-safest-simple/laphpbhjhhgigmjoflgcchgodbbclahk
简介 The World's Safest & Simplest Wallet
文件大小 7.91 MB
安装次数 750
当前版本 3.4
更新时间 2019-09-17
上架时间 2019-09-17
评分 5.00/5 共65次评分
开发者 http://blueprotocol.com
付费类型 free
扩展官网 https://www.blueprotocol.com
帮助页面URL https://www.blueprotocol.com/privacy-policy/
隐私政策页面URL https://www.blueprotocol.com/privacy-policy
支持的语言 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'"
}