TimeBird Dex

Crypto Wallet

TimeBird Dexとは何ですか?

TimeBird Dexはdev.timebirdによって開発されたChromeの拡張機能で、その主な機能は「Crypto Wallet」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

TimeBird Dex拡張機能のCRXファイルをダウンロード

TimeBird Dex拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 TimeBird Dex TimeBird Dex
ID bbjobibhhdmgglolffijmklfnhfgfopc
公式URL https://chromewebstore.google.com/detail/timebird-dex/bbjobibhhdmgglolffijmklfnhfgfopc
説明 Crypto Wallet
ファイルサイズ 9.3 MB
インストール数 22
現在のバージョン 0.2.4
最終更新日 2023-02-21
公開日 2022-03-08
評価 5.00/5 合計 4 レビュー
開発者 dev.timebird
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://en.timebird.org/
ヘルプページのURL https://en.timebird.org/contact
プライバシーポリシーページのURL https://timebird.org/timebird-apps/terms-and-policy
対応言語 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": [
                ""
            ]
        }
    ]
}