Superhero

Superhero Wallet

Superhero क्या है?

Superhero Superhero Wallet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Superhero Wallet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Superhero एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}