TON Proxy
An extension that allows you to activate a Proxy for clicking on links of the *.ton type.
TON Proxy là gì?
TON Proxy là một tiện ích mở rộng Chrome được phát triển bởi Andrey Melnikov, và tính năng chính của nó là "An extension that allows you to activate a Proxy for clicking on links of the *.ton type.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TON Proxy
Tải xuống các tệp mở rộng TON Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TON Proxy |
ID | pmgpnamlibffaaigdcohddlnokolfgnc |
URL Chính Thức | https://chromewebstore.google.com/detail/ton-proxy/pmgpnamlibffaaigdcohddlnokolfgnc |
Mô tả | An extension that allows you to activate a Proxy for clicking on links of the *.ton type. |
Kích Thước Tệp | 62.17 KB |
Số Lần Cài Đặt | 332 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-12-20 |
Ngày Phát Hành | 2022-11-14 |
Đánh Giá | 2.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Andrey Melnikov |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://melnikovcode.ru/policy.pdf |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |