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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
}
]
} | |