TimeBird Dex

Crypto Wallet

ما هو TimeBird Dex؟

TimeBird Dex هو إضافة Chrome تم تطويرها بواسطة dev.timebird، والميزة الرئيسية لها هي "Crypto Wallet".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TimeBird Dex

قم بتنزيل ملفات الامتداد TimeBird Dex بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://en.timebird.org/
عنوان صفحة المساعدة https://en.timebird.org/contact
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}