TimeBird Dex

Crypto Wallet

What is TimeBird Dex?

TimeBird Dex is a Chrome extension developed by dev.timebird, and its main feature is "Crypto Wallet".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download TimeBird Dex Extension CRX File

Download TimeBird Dex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name TimeBird Dex TimeBird Dex
ID bbjobibhhdmgglolffijmklfnhfgfopc
Official URL https://chromewebstore.google.com/detail/timebird-dex/bbjobibhhdmgglolffijmklfnhfgfopc
Description Crypto Wallet
File Size 9.3 MB
Installation Count 22
Current Version 0.2.4
Last Updated 2023-02-21
Publish Date 2022-03-08
Rating 5.00/5 Total 4 Ratings
Developer dev.timebird
Email [email protected]
Payment Type free
Extension Website https://en.timebird.org/
Help Page URL https://en.timebird.org/contact
Privacy Policy Page URL https://timebird.org/timebird-apps/terms-and-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}