Gate.io

Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io

Gate.io là gì?

Gate.io là một tiện ích mở rộng Chrome được phát triển bởi https://www.gate.io, và tính năng chính của nó là "Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Gate.io 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

                        Browser extension for Gate.io- 让财富更自由
Buy, Sell and Trade 1000 Cryptocurrencies including Bitcoin, Ethereum, Litecoin, Dogecoin, and more !                    

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

Tên Gate.io Gate.io
ID jcjjkhgdhhinaefkjdpfhilnphggocbg
URL Chính Thức https://chromewebstore.google.com/detail/gateio/jcjjkhgdhhinaefkjdpfhilnphggocbg
Mô tả Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io
Kích Thước Tệp 26.06 MB
Số Lần Cài Đặt 887
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-05-27
Ngày Phát Hành 2021-12-10
Đánh Giá 5.00/5 Tổng số 35 Đánh Giá
Nhà Phát Triển https://www.gate.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.gate.io/
URL Trang Chính Sách Bảo Mật https://www.speedup.link/docs/privacy_policy.pdf
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gate.io",
    "version": "1.0.1",
    "description": "Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io",
    "icons": {
        "16": "images\/logo_icon.png",
        "48": "images\/logo_icon.png",
        "128": "images\/logo_icon.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "images\/logo_icon.png",
        "default_title": "React CRX",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "declarativeContent"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "insert.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ]
}