TON Proxy
An extension that allows you to activate a Proxy for clicking on links of the *.ton type.
TON Proxyคืออะไร?
TON Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrey Melnikov และคุณลักษณะหลักของมันคือ "An extension that allows you to activate a Proxy for clicking on links of the *.ton type."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TON Proxy
ดาวน์โหลดไฟล์ส่วนขยาย TON Proxy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension, you can activate a proxy server to follow links like *.ton This type of links is part of TON DNS and opens up a new world of Web 3.0 There is no need to download third-party wallets and log in to them in order to use TON Proxy. Now just click on the "Connect" button and you will immediately activate the proxy server to access the sites of the network *.ton Update 1.0.1 [17.11.2022] – Fixed Proxy address in2.ton.org – Fixed minor bugs Update 1.0.2 [18.12.2022] – Fixed bugs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TON Proxy |
ID | pmgpnamlibffaaigdcohddlnokolfgnc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ton-proxy/pmgpnamlibffaaigdcohddlnokolfgnc |
คำอธิบาย | An extension that allows you to activate a Proxy for clicking on links of the *.ton type. |
ขนาดไฟล์ | 62.17 KB |
จำนวนการติดตั้ง | 332 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-12-20 |
วันที่เผยแพร่ | 2022-11-14 |
คะแนน | 2.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Andrey Melnikov |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://melnikovcode.ru/policy.pdf |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TON Proxy", "description": "An extension that allows you to activate a Proxy for clicking on links of the *.ton type.", "version": "1.0.2", "manifest_version": 3, "permissions": [ "proxy" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/icons\/icon-16.png", "32": "\/icons\/icon-32.png", "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-128.png" } }, "icons": { "16": "\/icons\/icon-16.png", "32": "\/icons\/icon-32.png", "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-128.png" } } |