Gate.io

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

什么是Gate.io?

Gate.io是由https://www.gate.io开发的Chrome扩展程序,该扩展的主要功能是“Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io”。

扩展截图

screenshot
screenshot
screenshot

下载Gate.io扩展crx文件

下载Gate.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Gate.io Gate.io
ID jcjjkhgdhhinaefkjdpfhilnphggocbg
官方URL https://chromewebstore.google.com/detail/gateio/jcjjkhgdhhinaefkjdpfhilnphggocbg
简介 Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io
文件大小 26.06 MB
安装次数 887
当前版本 1.0.1
更新时间 2022-05-27
上架时间 2021-12-10
评分 5.00/5 共35次评分
开发者 https://www.gate.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.gate.io/
隐私政策页面URL https://www.speedup.link/docs/privacy_policy.pdf
支持的语言 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:\/\/*\/*"
            ]
        }
    ]
}