Hashpack
An HBAR wallet
Hashpackとは何ですか?
Hashpackはhttps://hashpack.appによって開発されたChromeの拡張機能で、その主な機能は「An HBAR wallet」です。
拡張機能のスクリーンショット
Hashpack拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |