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 |
公式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 |
Eメール | [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" } } |