Byone

Bytom Wallet Chrome extension.

Byoneとは何ですか?

Byoneはhttps://bytom.ioによって開発されたChromeの拡張機能で、その主な機能は「Bytom Wallet Chrome extension.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Byone拡張機能のCRXファイルをダウンロード

Byone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        👍 Secure & Advanced Bytom Client 👍

📌Features

1️⃣ Easy to use
2️⃣ Safe and stable
3️⃣ Multi-wallet transaction
4️⃣ Decentralized application

📌Note

⚠️ Make sure to backup the keystore
📝 Wiki:https://git.io/fjTXH
📃 Document:https://git.io/fjrnT

📌Feedback

👉 https://github.com/movnetwork/Byone 👈                    

拡張機能の基本情報

名前 Byone Byone
ID nlgbhdfgdhgbiamfdfmbikcdghidoadd
公式URL https://chromewebstore.google.com/detail/byone/nlgbhdfgdhgbiamfdfmbikcdghidoadd
説明 Bytom Wallet Chrome extension.
ファイルサイズ 9.55 MB
インストール数 3,000
現在のバージョン 3.4.5
最終更新日 2021-11-26
公開日 2020-06-04
評価 4.17/5 合計 6 レビュー
開発者 https://bytom.io
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://bymov.zendesk.com/hc/zh-cn/articles/360052692093--Bytom-MOV-Privacy-Policy-'
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Byone",
    "description": "Bytom Wallet Chrome extension.",
    "version": "3.4.5",
    "author": "Bytom frontend, zhitinglin",
    "web_accessible_resources": [
        "js\/inject.js"
    ],
    "browser_action": {
        "default_popup": "pages\/popup.html",
        "default_icon": "icons\/logo.png"
    },
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "permissions": [
        "*:\/\/*\/",
        "storage",
        "unlimitedStorage",
        "background"
    ],
    "content_security_policy": "script-src 'self'  'unsafe-eval' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}