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'"
}