Hashpack
An HBAR wallet
Hashpackคืออะไร?
Hashpack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hashpack.app และคุณลักษณะหลักของมันคือ "An HBAR wallet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hashpack
ดาวน์โหลดไฟล์ส่วนขยาย Hashpack ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HashPack is a Chrome extension and browser-based crypto wallet built for dApps, DeFi and NFTs. Powered by the most sustainable public network – Hedera Hashgraph. It supports an NFT gallery, peer-to-peer NFT trading, free account creation, multi-account support, address books, and HTS support. It also has seamless Ledger integration and the ability to buy HBAR in-wallet using MoonPay. You can also connect securely with Hedera dApps, using HashPack to approve transactions while keeping your private keys safe and secure. Since its launch, HashPack has made waves in the community as the leading Hedera wallet for dApps and NFTs. HashPack approaches user experience as seriously as application security, new feature development, or community involvement. From vision to reality, HashPack is simple, secure, and stylish.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hashpack |
ID | gjagmgiddbbciopjhllkdnddhcglnemk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hashpack/gjagmgiddbbciopjhllkdnddhcglnemk |
คำอธิบาย | An HBAR wallet |
ขนาดไฟล์ | 66.55 MB |
จำนวนการติดตั้ง | 129,517 |
เวอร์ชันปัจจุบัน | 9.6.4 |
อัปเดตครั้งล่าสุด | 2024-03-01 |
วันที่เผยแพร่ | 2021-10-23 |
คะแนน | 4.52/5 รวมทั้งหมด 58 คะแนน |
ผู้พัฒนา | https://hashpack.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://hashpack.app |
URL หน้านโยบายความเป็นส่วนตัว | https://www.hashpack.app/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hashpack", "description": "An HBAR wallet", "version": "9.6.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/localhost\/*" ], "js": [ "content_script.js" ] } ], "permissions": [ "tabs", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/api.hashpack.app\/*", "https:\/\/moonpay.hashpack.app\/*", "https:\/\/data.hashpack.app\/*", "https:\/\/onramp.hashpack.app\/*", "https:\/\/www.google-analytics.com\/*", "https:\/\/s.tradingview.com\/*", "https:\/\/bridge.dcentwallet.com\/" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' https:\/\/www.google-analytics.com https:\/\/s3.tradingview.com\/ 'unsafe-inline'; ", "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self';" }, "externally_connectable": { "matches": [ "https:\/\/*.dcentwallet.com\/*", "https:\/\/captcha.hashpack.app\/*" ], "ids": [] }, "action": { "default_icon": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }, "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } } |