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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |