Gate.io

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

Co to jest Gate.io?

Gate.io to rozszerzenie Chrome opracowane przez https://www.gate.io, a jego główną funkcją jest „Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Gate.io

Pobierz pliki rozszerzeń Gate.io w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Gate.io Gate.io
ID jcjjkhgdhhinaefkjdpfhilnphggocbg
Oficjalny URL https://chromewebstore.google.com/detail/gateio/jcjjkhgdhhinaefkjdpfhilnphggocbg
Opis Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io
Rozmiar pliku 26.06 MB
Liczba instalacji 887
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-05-27
Data Publikacji 2021-12-10
Ocena 5.00/5 Łącznie 35 Oceny
Deweloper https://www.gate.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.gate.io/
Adres URL Strony Polityki Prywatności https://www.speedup.link/docs/privacy_policy.pdf
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}