Sentinel - T4L3NT Wallet
🔐💰Cryptocurrency wallet for T4L3NT blockchain as Web Extension for your Browser.
Sentinel - T4L3NT Walletคืออะไร?
Sentinel - T4L3NT Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tlnt.net และคุณลักษณะหลักของมันคือ "🔐💰Cryptocurrency wallet for T4L3NT blockchain as Web Extension for your Browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sentinel - T4L3NT Wallet
ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}  |  |