Gate.io

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

Что такое Gate.io?

Gate.io - это расширение Chrome, разработанное https://www.gate.io, и его основная функция - "Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Gate.io

Скачайте файлы расширений Gate.io в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Gate.io Gate.io
ID jcjjkhgdhhinaefkjdpfhilnphggocbg
Официальный URL https://chromewebstore.google.com/detail/gateio/jcjjkhgdhhinaefkjdpfhilnphggocbg
Описание Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io
Размер файла 26.06 MB
Количество установок 887
Текущая Версия 1.0.1
Последнее Обновление 2022-05-27
Дата публикации 2021-12-10
Рейтинг 5.00/5 Всего 35 оценок
Разработчик https://www.gate.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.gate.io/
URL страницы политики конфиденциальности https://www.speedup.link/docs/privacy_policy.pdf
Поддерживаемые языки 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:\/\/*\/*"
            ]
        }
    ]
}