Gate.io

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

Vad är Gate.io?

Gate.io är en Chrome-tillägg utvecklad av https://www.gate.io, och dess huvudfunktion är "Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Gate.io-förlängningens CRX-fil

Ladda ner Gate.io-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Gate.io Gate.io
ID jcjjkhgdhhinaefkjdpfhilnphggocbg
Officiell webbadress https://chromewebstore.google.com/detail/gateio/jcjjkhgdhhinaefkjdpfhilnphggocbg
Beskrivning Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io
Filstorlek 26.06 MB
Antal Installationer 887
Aktuell Version 1.0.1
Senast Uppdaterad 2022-05-27
Publiceringsdatum 2021-12-10
Betyg 5.00/5 Totalt 35 Betyg
Utvecklare https://www.gate.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.gate.io/
URL till Sekretesspolicy Sidan https://www.speedup.link/docs/privacy_policy.pdf
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}