SimpleHold

Light wallet for Bitcoin and other cryptocurrencies.

ما هو SimpleHold؟

SimpleHold هو إضافة Chrome تم تطويرها بواسطة danny، والميزة الرئيسية لها هي "Light wallet for Bitcoin and other cryptocurrencies.".

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

screenshot

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

قم بتنزيل ملفات الامتداد SimpleHold بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Secure & simple Web3 wallet

SimpleHold is a non-custodial wallet with 70+ cryptocurrencies and 10+ blockchain support. 

Your private keys are effectively protected 
We encrypt your private keys and personal data on your device - nobody can access your cryptocurrency except you.

Decentralised exchange 
Swap all your assets with us like on any other exchange, but we will keep it safe and decentralised.

24/7 Support

If you have an issue with your transactions, our support team is always there for your to assist you.

Download the extension for any Browser or app for Android and IOS. 
Contact support: [email protected] 
Follow the news on Twitter @SimpleHold                    

معلومات أساسية عن التمديد

الاسم SimpleHold SimpleHold
ID imeelmcnggkkokgfhinnjhjfilibhpaj
عنوان URL الرسمي https://chromewebstore.google.com/detail/simplehold/imeelmcnggkkokgfhinnjhjfilibhpaj
الوصف Light wallet for Bitcoin and other cryptocurrencies.
حجم الملف 11.83 MB
عدد التثبيتات 1,475
النسخة الحالية 1.26.9
آخر تحديث 2023-09-30
تاريخ النشر 2021-03-23
تقييم 4.75/5 مجموع تقييمات 12
المطور danny
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://notum.ai/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SimpleHold",
    "version": "1.26.9",
    "icons": {
        "16": "favicon-16.png",
        "32": "favicon-32.png",
        "48": "favicon-48.png",
        "128": "favicon-128.png"
    },
    "description": "Light wallet for Bitcoin and other cryptocurrencies.",
    "homepage_url": "https:\/\/simplehold.io",
    "short_name": "SimpleHold",
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardWrite",
        "clipboardRead",
        "cookies",
        "storage",
        "alarms"
    ],
    "action": {
        "default_icon": {
            "16": "favicon-16.png",
            "32": "favicon-32.png",
            "48": "favicon-48.png",
            "128": "favicon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "SimpleHold"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/simpleswap.io\/*",
                "https:\/\/simplehold.io\/*",
                "https:\/\/swapspace.co\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js",
                "selectAddress.js",
                "select-address.html",
                "contentScript.js",
                "send.js",
                "send.html"
            ],
            "matches": [
                "https:\/\/simpleswap.io\/*",
                "https:\/\/simplehold.io\/*",
                "https:\/\/swapspace.co\/*",
                "http:\/\/localhost\/*"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{46af0774-2e97-4f10-802c-5e25d6541bff}",
            "strict_min_version": "42.0"
        }
    },
    "host_permissions": [
        "*:\/\/*.simplehold.io\/*",
        "*:\/\/*.simpleswap.io\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}