sslspeedy2

use https proxy to secure and speed up your web connections.(default direct )

ما هو sslspeedy2؟

sslspeedy2 هو إضافة Chrome تم تطويرها بواسطة https://vpnso.com، والميزة الرئيسية لها هي "use https proxy to secure and speed up your web connections.(default direct )".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة sslspeedy2

قم بتنزيل ملفات الامتداد sslspeedy2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        set proxy for chrome ,user can use this plugin to select proxy servers from popup window                    

معلومات أساسية عن التمديد

الاسم sslspeedy2 sslspeedy2
ID bejpjlelpkdglaahbplgedffakhcdhgi
عنوان URL الرسمي https://chromewebstore.google.com/detail/sslspeedy2/bejpjlelpkdglaahbplgedffakhcdhgi
الوصف use https proxy to secure and speed up your web connections.(default direct )
حجم الملف 539 KB
عدد التثبيتات 7,105
النسخة الحالية 1.1.6
آخر تحديث 2023-05-06
تاريخ النشر 2022-08-29
تقييم 3.43/5 مجموع تقييمات 7
المطور https://vpnso.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
اللغات المدعومة zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "sslspeedy2",
    "description": "use https proxy to secure and speed up your web connections.(default direct )",
    "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"
    }
}