TON.SKI

Get access to the private TON network

TON.SKI란 무엇입니까?

TON.SKI은(는) Anton Lukin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get access to the private TON network"입니다.

확장 프로그램 스크린샷

screenshot

TON.SKI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use this browser extension to access the private TON network with a public or encrypted proxy of your choice. You can also set your own proxy address for maximum security.                    

확장 프로그램 기본 정보

이름 TON.SKI TON.SKI
ID aemgbcgjfjeonbcipemkkocogjmkafeg
공식 URL https://chromewebstore.google.com/detail/tonski/aemgbcgjfjeonbcipemkkocogjmkafeg
설명 Get access to the private TON network
파일 크기 40.89 KB
설치 횟수 30
현재 버전 1.0.0
최근 업데이트 2023-06-10
출시 날짜 2022-11-16
평점 5.00/5 총 1 개의 평점
개발자 Anton Lukin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ton.ski/about/
도움말 페이지 URL https://t.me/searchington
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "TON.SKI",
    "description": "Get access to the private TON network",
    "background": {
        "service_worker": "\/service-worker.js"
    },
    "icons": {
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "192": "icons\/icon-192.png",
        "256": "icons\/icon-256.png"
    },
    "action": {
        "default_icon": {
            "32": "icons\/icon-32.png",
            "64": "icons\/icon-64.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "Open extension settings",
        "default_popup": "popup\/action.html"
    },
    "permissions": [
        "proxy",
        "storage"
    ]
}