TON Proxy
An extension that allows you to activate a Proxy for clicking on links of the *.ton type.
什麼是TON Proxy?
TON Proxy是由Andrey Melnikov開發的Chrome擴展程式,該擴展的主要功能是“An extension that allows you to activate a Proxy for clicking on links of the *.ton type.”。
擴展截圖
下載TON Proxy擴展crx文件
下載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 |
官方網址 | 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" } } |