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
公式URL 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
Eメール [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"
}