TON.SKI

Get access to the private TON network

TON.SKIคืออะไร?

TON.SKI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anton Lukin และคุณลักษณะหลักของมันคือ "Get access to the private TON network"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TON.SKI

ดาวน์โหลดไฟล์ส่วนขยาย TON.SKI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}