Gate.io

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

Qu'est-ce que Gate.io ?

Gate.io est une extension Chrome développée par https://www.gate.io, et sa fonction principale est "Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Gate.io

Téléchargez les fichiers d'extension Gate.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Gate.io Gate.io
ID jcjjkhgdhhinaefkjdpfhilnphggocbg
URL Officiel https://chromewebstore.google.com/detail/gateio/jcjjkhgdhhinaefkjdpfhilnphggocbg
Description Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io
Taille du Fichier 26.06 MB
Nombre d'Installations 887
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-05-27
Date de Publication 2021-12-10
Évaluation 5.00/5 Total 35 Évaluations
Développeur https://www.gate.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.gate.io/
URL de la Page de Politique de Confidentialité https://www.speedup.link/docs/privacy_policy.pdf
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}