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:\/\/*\/*"
            ]
        }
    ]
}