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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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