Bitcoin Anonymous Wallet
Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.
ما هو Bitcoin Anonymous Wallet؟
Bitcoin Anonymous Wallet هو إضافة Chrome تم تطويرها بواسطة Mero Development، والميزة الرئيسية لها هي "Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bitcoin Anonymous Wallet
قم بتنزيل ملفات الامتداد Bitcoin Anonymous Wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This BTCA token wallet allows our holders to send, receive both the Bitcoin Anonymous token currency and Binance Coin on the Binance Smart Chain. It is exclusive to BTCA and BNB but is a safe way to store these assets using your personal machine. The BIP-39 12 word seed phrase allows users to protect their investment by storing their seed in a safe place. BNB gas is automatically calculated for your convenience.
معلومات أساسية عن التمديد
الاسم | |
ID | mhjjmfbapceokhdgkilbgmkfefjpodlo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bitcoin-anonymous-wallet/mhjjmfbapceokhdgkilbgmkfefjpodlo |
الوصف | Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens. |
حجم الملف | 2.16 MB |
عدد التثبيتات | 104 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-04-04 |
تاريخ النشر | 2021-04-04 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | Mero Development |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://bitcoinanonymous.info |
عنوان صفحة سياسة الخصوصية | https://mero.blue/privacy.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Anonymous Wallet", "description": "Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.", "version": "1.0.0", "manifest_version": 2, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Bitcoin Anonymous Wallet", "default_icon": "icons\/icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'", "permissions": [ "https:\/\/bscscan.com\/", "https:\/\/api.coingecko.com\/" ] } |