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
官方網址 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
電子郵箱 [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"
        ]
    }
}