Sentinel - T4L3NT Wallet
🔐💰Cryptocurrency wallet for T4L3NT blockchain as Web Extension for your Browser.
¿Qué es Sentinel - T4L3NT Wallet?
Sentinel - T4L3NT Wallet es una extensión de Chrome desarrollada por https://tlnt.net, y su función principal es "🔐💰Cryptocurrency wallet for T4L3NT blockchain as Web Extension for your Browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Sentinel - T4L3NT Wallet
Descarga archivos de extensión Sentinel - T4L3NT Wallet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
                        A simple web extension wallet for T4L3NT Net.                     Información Básica de la Extensión
| Nombre |   |  
| ID | bpefpmecbepflicbncadgnhdaapjgnpk | 
| URL Oficial | https://chromewebstore.google.com/detail/sentinel-t4l3nt-wallet/bpefpmecbepflicbncadgnhdaapjgnpk | 
| Descripción | 🔐💰Cryptocurrency wallet for T4L3NT blockchain as Web Extension for your Browser. | 
| Tamaño del Archivo | 6.73 MB | 
| Cantidad de Instalaciones | 147 | 
| Versión Actual | 1.11.10 | 
| Última Actualización | 2023-07-27 | 
| Fecha de Publicación | 2022-01-13 | 
| Calificación | 5.00/5 Total de 4 Calificaciones | 
| Desarrollador | https://tlnt.net | 
| Correo electrónico | [email protected] | 
| Tipo de Pago | free | 
| Sitio Web de la Extensión | https://tlnt.net/sentinel-wallet | 
| URL de la Página de Ayuda | https://discord.gg/n4V6E4FGnD | 
| URL de la Página de Política de Privacidad | https://www.tlnt.net/sentinel-privacy | 
| Idiomas Soportados | 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
        }
    ]
}  |  |