Superhero

Superhero Wallet

ما هو Superhero؟

Superhero هو إضافة Chrome تم تطويرها بواسطة Superhero Wallet، والميزة الرئيسية لها هي "Superhero Wallet".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Superhero

قم بتنزيل ملفات الامتداد Superhero بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://github.com/aeternity/superhero-wallet
عنوان صفحة سياسة الخصوصية 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"
}