Superhero
Superhero Wallet
Superhero là gì?
Superhero là một tiện ích mở rộng Chrome được phát triển bởi Superhero Wallet, và tính năng chính của nó là "Superhero Wallet".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Superhero
Tải xuống các tệp mở rộng Superhero dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Connect to the Superhero community with the dedicated Superhero Wallet extension. Send and receive tips, store or withdraw AE Tokens, and participate in community voting to have your voice heard. Superhero gives you the power to tip anybody anywhere online or around the world — without third party interference, fees, or commissions. New Feature * support signing messages encoded as hex
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Superhero |
ID | mnhmmkepfddpifjkamaligfeemcbhdne |
URL Chính Thức | https://chromewebstore.google.com/detail/superhero/mnhmmkepfddpifjkamaligfeemcbhdne |
Mô tả | Superhero Wallet |
Kích Thước Tệp | 2.95 MB |
Số Lần Cài Đặt | 859 |
Phiên Bản Hiện Tại | 2.1.6 |
Cập Nhật Lần Cuối | 2024-02-28 |
Ngày Phát Hành | 2020-06-27 |
Đánh Giá | 4.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Superhero Wallet |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://superhero.com |
URL Trang Trợ Giúp | https://github.com/aeternity/superhero-wallet |
URL Trang Chính Sách Bảo Mật | https://superhero.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "default-src 'self'; script-src 'self' 'sha256-BCCVwoZgDUk\/cw+Ln2\/t3z9bm8qy+sICaZP5BWQIyUg='; connect-src *; font-src * data:; img-src * data:; style-src-elem * 'unsafe-inline'; style-src 'self' 'unsafe-inline'; ", "name": "Superhero", "description": "Superhero Wallet", "manifest_version": 2, "applications": { "gecko": { "strict_min_version": "53.0" } }, "permissions": [ "storage", "unlimitedStorage", "activeTab", "clipboardWrite", "contextMenus", "notifications", "tabs", "webRequest", "webRequestBlocking", "webNavigation", "https:\/\/wallet.superhero.com\/*" ], "icons": { "48": ".\/icons\/icon_48.png", "128": ".\/icons\/icon_128.png" }, "browser_action": { "default_title": "Superhero", "default_popup": "index.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "run_at": "document_start", "all_frames": true, "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/inject.js" ] } ], "web_accessible_resources": [ "js\/inject.js", "CameraRequestPermission.html", "index.html" ], "version": "2.1.6" } |