DAD wallet
DAD wallet
ما هو DAD wallet؟
DAD wallet هو إضافة Chrome تم تطويرها بواسطة DAD Community، والميزة الرئيسية لها هي "DAD wallet".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DAD wallet
قم بتنزيل ملفات الامتداد DAD wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
DAD wallet (testnet) is an extension for DAD, users can use this wallet extension to manage their DAD assets. DAD wallet lets users send and receive their own DAD token, and view their transactions.Users can create or import up to 10 accounts.Enjoy the wonderful world of crypto assets that DAD brings to you! Official website: https://dad.one/
معلومات أساسية عن التمديد
الاسم | |
ID | dmjofghfefcmcmaoggmlckpjepdkdkgd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dad-wallet/dmjofghfefcmcmaoggmlckpjepdkdkgd |
الوصف | DAD wallet |
حجم الملف | 2 MB |
عدد التثبيتات | 75 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2019-12-27 |
تاريخ النشر | 2019-12-27 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | DAD Community |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DAD wallet", "description": "DAD wallet", "version": "1.0.3", "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "browser_action": { "default_icon": "img\/logo.png", "default_popup": "pages\/login.html" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "http:\/\/127.0.0.1\/*", "webRequest", "webRequestBlocking", "activeTab" ] } |