TimeBird Dex

Crypto Wallet

TimeBird Dex là gì?

TimeBird Dex là một tiện ích mở rộng Chrome được phát triển bởi dev.timebird, và tính năng chính của nó là "Crypto Wallet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TimeBird Dex

Tải xuống các tệp mở rộng TimeBird Dex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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...                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TimeBird Dex TimeBird Dex
ID bbjobibhhdmgglolffijmklfnhfgfopc
URL Chính Thức https://chromewebstore.google.com/detail/timebird-dex/bbjobibhhdmgglolffijmklfnhfgfopc
Mô tả Crypto Wallet
Kích Thước Tệp 9.3 MB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.2.4
Cập Nhật Lần Cuối 2023-02-21
Ngày Phát Hành 2022-03-08
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển dev.timebird
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://en.timebird.org/
URL Trang Trợ Giúp https://en.timebird.org/contact
URL Trang Chính Sách Bảo Mật https://timebird.org/timebird-apps/terms-and-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}