TimeBird Dex

Crypto Wallet

Co to jest TimeBird Dex?

TimeBird Dex to rozszerzenie Chrome opracowane przez dev.timebird, a jego główną funkcją jest „Crypto Wallet”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TimeBird Dex

Pobierz pliki rozszerzeń TimeBird Dex w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa TimeBird Dex TimeBird Dex
ID bbjobibhhdmgglolffijmklfnhfgfopc
Oficjalny URL https://chromewebstore.google.com/detail/timebird-dex/bbjobibhhdmgglolffijmklfnhfgfopc
Opis Crypto Wallet
Rozmiar pliku 9.3 MB
Liczba instalacji 22
Aktualna Wersja 0.2.4
Ostatnia Aktualizacja 2023-02-21
Data Publikacji 2022-03-08
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper dev.timebird
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://en.timebird.org/
Adres URL Strony Pomocy https://en.timebird.org/contact
Adres URL Strony Polityki Prywatności https://timebird.org/timebird-apps/terms-and-policy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}