Gate.io

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

What is Gate.io?

Gate.io is a Chrome extension developed by https://www.gate.io, and its main feature is "Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io".

Extension Screenshots

screenshot
screenshot
screenshot

Download Gate.io Extension CRX File

Download Gate.io 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

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

Extension Basic Information

Name Gate.io Gate.io
ID jcjjkhgdhhinaefkjdpfhilnphggocbg
Official URL https://chromewebstore.google.com/detail/gateio/jcjjkhgdhhinaefkjdpfhilnphggocbg
Description Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io
File Size 26.06 MB
Installation Count 887
Current Version 1.0.1
Last Updated 2022-05-27
Publish Date 2021-12-10
Rating 5.00/5 Total 35 Ratings
Developer https://www.gate.io
Email [email protected]
Payment Type free
Extension Website https://www.gate.io/
Privacy Policy Page URL https://www.speedup.link/docs/privacy_policy.pdf
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}