TON Proxy
An extension that allows you to activate a Proxy for clicking on links of the *.ton type.
ما هو TON Proxy؟
TON Proxy هو إضافة Chrome تم تطويرها بواسطة Andrey Melnikov، والميزة الرئيسية لها هي "An extension that allows you to activate a Proxy for clicking on links of the *.ton type.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TON Proxy
قم بتنزيل ملفات الامتداد TON Proxy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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" } } |