Byone

Bytom Wallet Chrome extension.

Byone là gì?

Byone là một tiện ích mở rộng Chrome được phát triển bởi https://bytom.io, và tính năng chính của nó là "Bytom Wallet Chrome extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Byone

Tải xuống các tệp mở rộng Byone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Byone Byone
ID nlgbhdfgdhgbiamfdfmbikcdghidoadd
URL Chính Thức https://chromewebstore.google.com/detail/byone/nlgbhdfgdhgbiamfdfmbikcdghidoadd
Mô tả Bytom Wallet Chrome extension.
Kích Thước Tệp 9.55 MB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 3.4.5
Cập Nhật Lần Cuối 2021-11-26
Ngày Phát Hành 2020-06-04
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://bytom.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://bymov.zendesk.com/hc/zh-cn/articles/360052692093--Bytom-MOV-Privacy-Policy-'
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}