sslspeedy
use https proxy to secure and speed up your web connections.(default proxy )
ما هو sslspeedy؟
sslspeedy هو إضافة Chrome تم تطويرها بواسطة https://vpnso.com، والميزة الرئيسية لها هي "use https proxy to secure and speed up your web connections.(default proxy )".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة sslspeedy
قم بتنزيل ملفات الامتداد sslspeedy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
this is a chrome proxy plugin with preconfigured proxy servers
معلومات أساسية عن التمديد
الاسم | sslspeedy |
ID | knhkmondpepdklnghpljpfpihojhpogh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sslspeedy/knhkmondpepdklnghpljpfpihojhpogh |
الوصف | use https proxy to secure and speed up your web connections.(default proxy ) |
حجم الملف | 535 KB |
عدد التثبيتات | 10,440 |
النسخة الحالية | 1.1.6 |
آخر تحديث | 2023-05-06 |
تاريخ النشر | 2022-08-30 |
تقييم | 4.83/5 مجموع تقييمات 6 |
المطور | https://vpnso.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "sslspeedy", "description": "use https proxy to secure and speed up your web connections.(default proxy )", "version": "1.1.6", "options_page": "settings.html", "permissions": [ "proxy", "tabs", "storage", "webRequestAuthProvider", "webRequest" ], "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_background": "background.html" } } |