Sentinel - T4L3NT Wallet

🔐💰Cryptocurrency wallet for T4L3NT blockchain as Web Extension for your Browser.

ما هو Sentinel - T4L3NT Wallet؟

Sentinel - T4L3NT Wallet هو إضافة Chrome تم تطويرها بواسطة https://tlnt.net، والميزة الرئيسية لها هي "🔐💰Cryptocurrency wallet for T4L3NT blockchain as Web Extension for your Browser.".

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

screenshot

تحميل ملف CRX للإضافة Sentinel - T4L3NT Wallet

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

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

                        A simple web extension wallet for T4L3NT Net.                    

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

الاسم Sentinel - T4L3NT Wallet Sentinel - T4L3NT Wallet
ID bpefpmecbepflicbncadgnhdaapjgnpk
عنوان URL الرسمي https://chromewebstore.google.com/detail/sentinel-t4l3nt-wallet/bpefpmecbepflicbncadgnhdaapjgnpk
الوصف 🔐💰Cryptocurrency wallet for T4L3NT blockchain as Web Extension for your Browser.
حجم الملف 6.73 MB
عدد التثبيتات 147
النسخة الحالية 1.11.10
آخر تحديث 2023-07-27
تاريخ النشر 2022-01-13
تقييم 5.00/5 مجموع تقييمات 4
المطور https://tlnt.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tlnt.net/sentinel-wallet
عنوان صفحة المساعدة https://discord.gg/n4V6E4FGnD
عنوان صفحة سياسة الخصوصية https://www.tlnt.net/sentinel-privacy
اللغات المدعومة en,en-GB,fr,ru,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sentinel - T4L3NT Wallet   ",
    "version": "1.11.10",
    "icons": {
        "16": "misc\/icon-16.png",
        "19": "misc\/icon-19.png",
        "38": "misc\/icon-38.png",
        "128": "misc\/icon-128.png"
    },
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/github.com\/Decentralized-Pictures\/sentinel-wallet",
    "short_name": "Sentinel - T4L3NT Wallet",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/localhost:8732\/",
        "https:\/\/tlnt.net\/sentinel-wallet",
        "https:\/\/*.decentralized.pictures\/",
        "https:\/\/*.templewallet.com\/",
        "https:\/\/*.quipuswap.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "author": "https:\/\/tlnt.net\/sentinel-wallet",
    "minimum_chrome_version": "49",
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "misc\/icon-16.png",
            "19": "misc\/icon-19.png",
            "38": "misc\/icon-38.png",
            "128": "misc\/icon-128.png"
        },
        "default_title": "Sentinel - T4L3NT Wallet  ",
        "chrome_style": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}