TimeBird Dex

Crypto Wallet

Apa itu TimeBird Dex?

TimeBird Dex adalah ekstensi Chrome yang dikembangkan oleh dev.timebird, dan fitur utamanya adalah "Crypto Wallet".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi TimeBird Dex

Unduh file ekstensi TimeBird Dex dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama TimeBird Dex TimeBird Dex
ID bbjobibhhdmgglolffijmklfnhfgfopc
URL Resmi https://chromewebstore.google.com/detail/timebird-dex/bbjobibhhdmgglolffijmklfnhfgfopc
Deskripsi Crypto Wallet
Ukuran File 9.3 MB
Jumlah Instalasi 22
Versi Saat Ini 0.2.4
Terakhir Diperbarui 2023-02-21
Tanggal Publikasi 2022-03-08
Penilaian 5.00/5 Total 4 Penilaian
Pengembang dev.timebird
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://en.timebird.org/
URL Halaman Bantuan https://en.timebird.org/contact
URL Halaman Kebijakan Privasi https://timebird.org/timebird-apps/terms-and-policy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}