Gate.io

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

Cos'è Gate.io?

Gate.io è un'estensione di Chrome sviluppata da https://www.gate.io, e la sua funzione principale è "Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Gate.io

Scarica i file di estensione Gate.io in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Gate.io Gate.io
ID jcjjkhgdhhinaefkjdpfhilnphggocbg
URL Ufficiale https://chromewebstore.google.com/detail/gateio/jcjjkhgdhhinaefkjdpfhilnphggocbg
Descrizione Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io
Dimensione del File 26.06 MB
Conteggio Installazioni 887
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-05-27
Data di Pubblicazione 2021-12-10
Valutazione 5.00/5 Totale 35 Valutazioni
Sviluppatore https://www.gate.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.gate.io/
URL della Pagina della Politica sulla Privacy https://www.speedup.link/docs/privacy_policy.pdf
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}