Sentinel - T4L3NT Wallet

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

Sentinel - T4L3NT Wallet क्या है?

Sentinel - T4L3NT Wallet https://tlnt.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "🔐💰Cryptocurrency wallet for T4L3NT blockchain as Web Extension for your Browser."।

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

screenshot

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

crx प्रारूप में Sentinel - T4L3NT Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://discord.gg/n4V6E4FGnD
गोपनीयता नीति पृष्ठ URL 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
        }
    ]
}