Sentinel - T4L3NT Wallet
🔐💰Cryptocurrency wallet for T4L3NT blockchain as Web Extension for your Browser.
什么是Sentinel - T4L3NT Wallet?
Sentinel - T4L3NT Wallet是由https://tlnt.net开发的Chrome扩展程序,该扩展的主要功能是“🔐💰Cryptocurrency wallet for T4L3NT blockchain as Web Extension for your Browser.”。
扩展截图
下载Sentinel - T4L3NT Wallet扩展crx文件
下载Sentinel - T4L3NT Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple web extension wallet for T4L3NT Net. 扩展基本信息
| 名称 | |
| 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
}
]
} | |