Bitget Wallet (Formerly BitKeep)

Experience an array of DeFi services including wallet, swap feature, NFT trading, DApp interaction, and more.

Bitget Wallet (Formerly BitKeep) là gì?

Bitget Wallet (Formerly BitKeep) là một tiện ích mở rộng Chrome được phát triển bởi BitKeep Global Inc., và tính năng chính của nó là "Experience an array of DeFi services including wallet, swap feature, NFT trading, DApp interaction, and more.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bitget Wallet (Formerly BitKeep)

Tải xuống các tệp mở rộng Bitget Wallet (Formerly BitKeep) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Overview
Bitget Wallet, formerly known as BitKeep, is one of the world's largest non-custodial  multi-chain crypto wallets. Experience an array of DeFi services including crypto wallet, swap feature, DApp interaction, and more. 
With a 5-year legacy, Bitget Wallet has garnered acclaim from over 12 million users worldwide and has secured partnerships with prominent industry leaders, including Ethereum,  Arbitrum, Polygon, and many more.
There are up to 250,000 cryptocurrencies  for you to choose, including USDT, BTC, ETH, etc.
With Bitget Wallet, you can create any crypto wallet of your choice, such as MPC wallet,ETH wallet, BTC wallet, USDT wallet, and many more!
Faster Trading, Better Assets.Bitget Wallet, your Web3  wallet of the future!

For more information, visit:
Website:https://web3.bitget.com/
Twitter: https://twitter.com/BitgetWallet
Facebook: https://www.facebook.com/BitgetWallet/ 
Instagram: https://www.instagram.com/Bitget_Wallet/ 
Telegram:https://t.me/Bitget_Wallet                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bitget Wallet (Formerly BitKeep) Bitget Wallet (Formerly BitKeep)
ID jiidiaalihmmhddjgbnbgdfflelocpak
URL Chính Thức https://chromewebstore.google.com/detail/bitget-wallet-formerly-bi/jiidiaalihmmhddjgbnbgdfflelocpak
Mô tả Experience an array of DeFi services including wallet, swap feature, NFT trading, DApp interaction, and more.
Kích Thước Tệp 13.2 MB
Số Lần Cài Đặt 216,498
Phiên Bản Hiện Tại 2.4.2
Cập Nhật Lần Cuối 2024-02-08
Ngày Phát Hành 2021-09-29
Đánh Giá 3.79/5 Tổng số 82 Đánh Giá
Nhà Phát Triển BitKeep Global Inc.
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://web3.bitget.com/resource/privacy.html
Ngôn Ngữ Được Hỗ Trợ id,en,vi,es,hi,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.4.2",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "action": {
        "default_title": "Bitget",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "static\/images\/favicon.png",
        "19": "static\/images\/favicon.png",
        "32": "static\/images\/favicon.png",
        "48": "static\/images\/favicon.png",
        "128": "static\/images\/favicon.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+K",
                "mac": "Alt+Shift+K",
                "chromeos": "Alt+Shift+K",
                "linux": "Alt+Shift+K"
            }
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';  frame-ancestors 'none';"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "host_permissions": [
        "http:\/\/localhost\/*",
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "unlimitedStorage",
        "scripting",
        "tabs",
        "alarms"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/bitkeep.com\/*",
            "https:\/\/web3.bitget.com\/"
        ],
        "ids": [
            "*"
        ]
    },
    "minimum_chrome_version": "88"
}