TimeBird Dex

Crypto Wallet

TimeBird Dex란 무엇입니까?

TimeBird Dex은(는) dev.timebird에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crypto Wallet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

TimeBird Dex 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 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": [
                ""
            ]
        }
    ]
}