Superhero

Superhero Wallet

什麼是Superhero?

Superhero是由Superhero Wallet開發的Chrome擴展程式,該擴展的主要功能是“Superhero Wallet”。

擴展截圖

screenshot
screenshot

下載Superhero擴展crx文件

下載Superhero擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Superhero Superhero
ID mnhmmkepfddpifjkamaligfeemcbhdne
官方網址 https://chromewebstore.google.com/detail/superhero/mnhmmkepfddpifjkamaligfeemcbhdne
簡介 Superhero Wallet
檔案大小 2.95 MB
安裝次數 859
目前版本 2.1.6
更新時間 2024-02-28
上架時間 2020-06-27
評分 4.91/5 共 11 次評分
開發者 Superhero Wallet
電子郵箱 [email protected]
付費類型 free
擴展官網 https://superhero.com
說明頁面URL https://github.com/aeternity/superhero-wallet
隱私政策頁面URL https://superhero.com/privacy
支援的語言 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"
}