Byone

Bytom Wallet Chrome extension.

What is Byone?

Byone is a Chrome extension developed by https://bytom.io, and its main feature is "Bytom Wallet Chrome extension.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Byone Extension CRX File

Download Byone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        👍 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 👈                    

Extension Basic Information

Name Byone Byone
ID nlgbhdfgdhgbiamfdfmbikcdghidoadd
Official URL https://chromewebstore.google.com/detail/byone/nlgbhdfgdhgbiamfdfmbikcdghidoadd
Description Bytom Wallet Chrome extension.
File Size 9.55 MB
Installation Count 3,000
Current Version 3.4.5
Last Updated 2021-11-26
Publish Date 2020-06-04
Rating 4.17/5 Total 6 Ratings
Developer https://bytom.io
Email [email protected]
Payment Type free
Privacy Policy Page URL https://bymov.zendesk.com/hc/zh-cn/articles/360052692093--Bytom-MOV-Privacy-Policy-'
Supported Languages 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"
        ]
    }
}