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
电子邮箱 [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"
        ]
    }
}