Gate.io

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

O que é Gate.io?

Gate.io é uma extensão do Chrome desenvolvida por https://www.gate.io, e sua principal característica é "Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Gate.io

Baixe arquivos de extensão Gate.io no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Gate.io Gate.io
ID jcjjkhgdhhinaefkjdpfhilnphggocbg
URL Oficial https://chromewebstore.google.com/detail/gateio/jcjjkhgdhhinaefkjdpfhilnphggocbg
Descrição Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io
Tamanho do Arquivo 26.06 MB
Contagem de Instalações 887
Versão Atual 1.0.1
Última Atualização 2022-05-27
Data de Publicação 2021-12-10
Classificação 5.00/5 Total de 35 Avaliações
Desenvolvedor https://www.gate.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.gate.io/
URL da Página de Política de Privacidade https://www.speedup.link/docs/privacy_policy.pdf
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}