Biport Wallet

The Biport Wallet

What is Biport Wallet?

Biport Wallet is a Chrome extension developed by bifrostdev, and its main feature is "The Biport Wallet".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Biport Wallet Extension CRX File

Download Biport Wallet 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

                        The standard decentralized multichain wallet for DeFi 2.0

Whether you are new to blockchain and crypto or an experienced user, Biport Wallet has all the tools for you to manage crypto in the most convenient, seamless, and secure way. Easily manage crypto scattered across blockchains networks - all in one place.

* Biport Wallet Features

MULTICHAIN CONNECTIVITY

- Send, receive, and store a wide range of ERC20, BEP20, C-Chain assets, and even Bitcoin
- Supported on Ethereum, Binance Smart Chain (BSC), and Avalanche networks

METAMASK SUPPORT

- Connect to your favorite DApps - MetaMask Support feature allows you to use and interact with all DApps that support MetaMask

BiFi ACCESSIBILITY

- Deposit assets (ETH, BNB, USDT, USDC, AVAX, and more) to BiFi directly from the wallet

TRANSFER PROTECTION

- Protects user funds by preventing unintended or mistaken transfers to a smart contract address

* PRIVACY

Biport is a decentralized wallet. We will never have access to the recovery phrase or private keys of users.

Privacy Policy: https://biport.io/#/pnt/policy
Terms of Service: https://biport.io/#/pnt/terms                    

Extension Basic Information

Name Biport Wallet Biport Wallet
ID mapbhaebnddapnmifbbkgeedkeplgjmf
Official URL https://chromewebstore.google.com/detail/biport-wallet/mapbhaebnddapnmifbbkgeedkeplgjmf
Description The Biport Wallet
File Size 9.69 MB
Installation Count 3,602
Current Version 1.1.64
Last Updated 2023-10-26
Publish Date 2021-11-04
Rating 4.86/5 Total 21 Ratings
Developer bifrostdev
Email [email protected]
Payment Type free
Extension Website https://biport.io
Privacy Policy Page URL https://biport.io
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Biport Wallet",
    "version": "1.1.64",
    "description": "The Biport Wallet",
    "icons": {
        "16": ".\/assets\/images\/16_logo.png",
        "48": ".\/assets\/images\/48_logo.png",
        "128": ".\/assets\/images\/128_logo.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "notifications",
        "unlimitedStorage",
        "clipboardRead",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": ".\/assets\/images\/16_logo.png",
            "48": ".\/assets\/images\/48_logo.png",
            "128": ".\/assets\/images\/128_logo.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "js\/inpage.bundle.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js https:\/\/ssl.google-analytics.com; object-src 'self'"
}