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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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