Sentinel - T4L3NT Wallet
🔐💰Cryptocurrency wallet for T4L3NT blockchain as Web Extension for your Browser.
Cos'è Sentinel - T4L3NT Wallet?
Sentinel - T4L3NT Wallet è un'estensione di Chrome sviluppata da https://tlnt.net, e la sua funzione principale è "🔐💰Cryptocurrency wallet for T4L3NT blockchain as Web Extension for your Browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sentinel - T4L3NT Wallet
Scarica i file di estensione Sentinel - T4L3NT Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A simple web extension wallet for T4L3NT Net. Informazioni di Base sull'Estensione
| Nome | |
| ID | bpefpmecbepflicbncadgnhdaapjgnpk |
| URL Ufficiale | https://chromewebstore.google.com/detail/sentinel-t4l3nt-wallet/bpefpmecbepflicbncadgnhdaapjgnpk |
| Descrizione | 🔐💰Cryptocurrency wallet for T4L3NT blockchain as Web Extension for your Browser. |
| Dimensione del File | 6.73 MB |
| Conteggio Installazioni | 147 |
| Versione Corrente | 1.11.10 |
| Ultimo Aggiornamento | 2023-07-27 |
| Data di Pubblicazione | 2022-01-13 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | https://tlnt.net |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://tlnt.net/sentinel-wallet |
| URL della Pagina di Aiuto | https://discord.gg/n4V6E4FGnD |
| URL della Pagina della Politica sulla Privacy | https://www.tlnt.net/sentinel-privacy |
| Lingue Supportate | 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
}
]
} | |