TimeBird Dex

Crypto Wallet

Wat is TimeBird Dex?

TimeBird Dex is een Chrome-extensie ontwikkeld door dev.timebird, en de belangrijkste functie is "Crypto Wallet".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TimeBird Dex

Download TimeBird Dex-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam TimeBird Dex TimeBird Dex
ID bbjobibhhdmgglolffijmklfnhfgfopc
Officiële URL https://chromewebstore.google.com/detail/timebird-dex/bbjobibhhdmgglolffijmklfnhfgfopc
Beschrijving Crypto Wallet
Bestandsgrootte 9.3 MB
Aantal Installaties 22
Huidige Versie 0.2.4
Laatst Bijgewerkt 2023-02-21
Publicatiedatum 2022-03-08
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar dev.timebird
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://en.timebird.org/
Help Pagina-URL https://en.timebird.org/contact
URL van de Privacybeleid Pagina https://timebird.org/timebird-apps/terms-and-policy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}