Gate.io

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

Gate.ioとは何ですか?

Gate.ioはhttps://www.gate.ioによって開発されたChromeの拡張機能で、その主な機能は「Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Gate.io拡張機能のCRXファイルをダウンロード

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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}