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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    ]
}