Crypto.com - Better wallet
Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.
Crypto.com - Better wallet क्या है?
Crypto.com - Better wallet Nociv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Crypto.com - Better wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension add a select to display the value of your assets in different currency and display the token unit price. The bitcoin price may not be real time updated so the amount may not 100% exact. Absolutely not required. However, will be accepted as a token of appreciation. BTC: 1K1BgNEcHdQpZGyqLGJw7HCv6fWPjLzJie ETH (ERC20): 0xe88959092922a21a168d3772d1fb6d63e251f134 BEP20/BSC (ETH, BNB, ...): 0xe88959092922a21a168d3772d1fb6d63e251f134
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gogdkpaddjgcpcnnmkgomikaoglbiobn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/cryptocom-better-wallet/gogdkpaddjgcpcnnmkgomikaoglbiobn |
विवरण | Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet. |
फ़ाइल का आकार | 13 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2021-12-23 |
प्रकाशन तिथि | 2021-11-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Nociv |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/damien-piedanna/crypto-com-better-wallet |
सहायता पृष्ठ URL | https://github.com/damien-piedanna/crypto-com-better-wallet/issues |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto.com - Better wallet", "description": "__MSG_description__", "version": "1.0.3", "icons": { "128": "data\/img\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/crypto.com\/exchange\/*" ], "js": [ "data\/js\/better-wallet.js" ] } ], "permissions": [ "storage" ], "manifest_version": 2 } |