TimeBird Dex

Crypto Wallet

TimeBird Dexคืออะไร?

TimeBird Dex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev.timebird และคุณลักษณะหลักของมันคือ "Crypto Wallet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TimeBird Dex

ดาวน์โหลดไฟล์ส่วนขยาย TimeBird Dex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Timebird Dex - The easiest and most secure crypto wallet

* Timebird Dex is the #1 non-custodial, multi-chain & cryptocurrency wallet designed to seamlessly connect users to the crypto world in a safe and secure manner.
* Easily send and receive crypto.
* Multi-Coin Support - Manage BTC, BCH, ETH, ETC, LTC, and all your ERC-20 token.
* Currently, Timebird Dex Wallet has integrated PancakeSwap, UniSwap, QuickSwap...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TimeBird Dex TimeBird Dex
ID bbjobibhhdmgglolffijmklfnhfgfopc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/timebird-dex/bbjobibhhdmgglolffijmklfnhfgfopc
คำอธิบาย Crypto Wallet
ขนาดไฟล์ 9.3 MB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.2.4
อัปเดตครั้งล่าสุด 2023-02-21
วันที่เผยแพร่ 2022-03-08
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา dev.timebird
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://en.timebird.org/
URL หน้าช่วยเหลือ https://en.timebird.org/contact
URL หน้านโยบายความเป็นส่วนตัว https://timebird.org/timebird-apps/terms-and-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TimeBird Dex",
    "description": "Crypto Wallet",
    "version": "0.2.4",
    "icons": {
        "16": "assets\/logos\/16.png",
        "19": "assets\/logos\/19.png",
        "38": "assets\/logos\/38.png",
        "48": "assets\/logos\/48.png",
        "128": "assets\/logos\/128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}