Bitfinity Wallet
A wallet for managing your tokens.
Bitfinity Wallet क्या है?
Bitfinity Wallet https://bitfinity.network द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A wallet for managing your tokens."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitfinity Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A next-generation crypto wallet extension reimagined for DeFi & NFTs 🔥 The Bitfinity Wallet is a simple, yet elegant, browser extension that allows users to hold and transact tokens and NFTs on the ICP network, and opens the door to Web3. Do more with your Wallet - Fast transactions with low fees - NFT gallery to display your collection - Use all your favourite Dapps on the Internet Computer and Bitfinity EVM Safety is important - The non-custodial nature of the Wallet means that you control your assets - Privacy is respected The most advanced Wallet on the Internet Computer - First Wallet to utilise Internet Identity for Web3 browsing - Integrated into all major marketplaces and Dapps on the Internet Computer - Autolocking - Dark mode - Contact book to save addresses easily - QR-Code reader, for easy transfers without manually typing in transfer details - An active community and development team: we actively listen to user feedback on our Discord, and individually reply to requests and bug-reports
एक्सटेंशन की मूल जानकारी
नाम | Bitfinity Wallet |
ID | jnldfbidonfeldmalbflbmlebbipcnle |
आधिकारिक URL | https://chromewebstore.google.com/detail/bitfinity-wallet/jnldfbidonfeldmalbflbmlebbipcnle |
विवरण | A wallet for managing your tokens. |
फ़ाइल का आकार | 19.96 MB |
स्थापना संख्या | 35,811 |
वर्तमान संस्करण | 2.2.1 |
अंतिम अपडेट | 2024-01-31 |
प्रकाशन तिथि | 2021-12-08 |
रेटिंग | 4.91/5 कुल 2246 रेटिंग्स |
डेवलपर | https://bitfinity.network |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://wallet.bitfinity.network/ |
सहायता पृष्ठ URL | https://discord.com/invite/bitfinity |
गोपनीयता नीति पृष्ठ URL | https://infinityswap-docs-wallet.web.app/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Bitfinity Wallet", "name": "Bitfinity Wallet", "description": "A wallet for managing your tokens.", "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "content_scripts": [ { "run_at": "document_start", "all_frames": true, "matches": [ "https:\/\/*\/*", "http:\/\/*.localhost\/*", "http:\/\/127.0.0.1\/*" ], "js": [ "contentScript.bundle.js" ] } ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "tabs", "storage", "notifications", "https:\/\/*\/*", "http:\/\/*.localhost\/*", "http:\/\/127.0.0.1\/*", "idle" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "author": "Infinity Swap", "minimum_chrome_version": "49", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "default_title": "Bitfinity Wallet", "chrome_style": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true, "chrome_style": false }, "version": "2.2.1" } |