DAD wallet
DAD wallet
DAD walletคืออะไร?
DAD wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DAD Community และคุณลักษณะหลักของมันคือ "DAD wallet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DAD wallet
ดาวน์โหลดไฟล์ส่วนขยาย DAD wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |