MyTonWallet · My TON Wallet
The most feature-rich TON extension – with support of multi-accounts, tokens, NFT, TON DNS, TON Sites, TON Proxy, and TON Magic.
MyTonWallet · My TON Walletคืออะไร?
MyTonWallet · My TON Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mytonwallet.io และคุณลักษณะหลักของมันคือ "The most feature-rich TON extension – with support of multi-accounts, tokens, NFT, TON DNS, TON Sites, TON Proxy, and TON Magic."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyTonWallet · My TON Wallet
ดาวน์โหลดไฟล์ส่วนขยาย MyTonWallet · My TON Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🦋 Securely store and transfer crypto, earn from staking, explore decentralized apps, and make blockchain payments at the speed of light. Install this extension to connect your browser to The Open Network. 🧪 Enjoy additional features such as interactive price charts, address book, anti-spam filters, and integration with third-party services such as CoinMarketCap, tonscan.org, and Getgems. 🔐 The wallet is non-custodial and safe. Developers do not have access to your funds, browser history or any other information. The source code is available on GitHub: https://github.com/mytonwalletorg/mytonwallet. 🦄 Click on ⋮ menu to enable TON Magic and transfer coins using Telegram Web. Start a one-to-one chat with a friend and choose ‘Send Toncoins’ in the 📎 attachment menu.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MyTonWallet · My TON Wallet |
ID | fldfpgipfncgndfolcbkdeeknbbbnhcc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mytonwallet-%C2%B7-my-ton-wall/fldfpgipfncgndfolcbkdeeknbbbnhcc |
คำอธิบาย | The most feature-rich TON extension – with support of multi-accounts, tokens, NFT, TON DNS, TON Sites, TON Proxy, and TON Magic. |
ขนาดไฟล์ | 3.31 MB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.18.11 |
อัปเดตครั้งล่าสุด | 2024-03-01 |
วันที่เผยแพร่ | 2022-08-22 |
คะแนน | 3.75/5 รวมทั้งหมด 32 คะแนน |
ผู้พัฒนา | https://mytonwallet.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mytonwallet.io |
URL หน้านโยบายความเป็นส่วนตัว | https://mytonwallet.io/privacy-policy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MyTonWallet \u00b7 My TON Wallet", "description": "The most feature-rich TON extension \u2013 with support of multi-accounts, tokens, NFT, TON DNS, TON Sites, TON Proxy, and TON Magic.", "version": "1.18.11", "icons": { "192": "icon-192x192.png", "384": "icon-384x384.png", "512": "icon-512x512.png" }, "action": { "default_title": "MyTonWallet" }, "permissions": [ "webRequest", "system.display", "proxy", "storage", "unlimitedStorage" ], "background": { "service_worker": "\/extensionServiceWorker.js" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/extensionContentScript.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "\/extensionPageScript.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "default-src 'none'; manifest-src 'self'; connect-src 'self' https: ; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' https:\/\/fonts.googleapis.com\/; img-src 'self' data: https:; media-src 'self' data:; object-src 'none'; base-uri 'none'; font-src 'self' https:\/\/fonts.gstatic.com\/; form-action 'none'; frame-src 'self' https:\/\/widget.changelly.com\/" } } |