sslspeedy2

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

What is sslspeedy2?

sslspeedy2 is a Chrome extension developed by https://vpnso.com, and its main feature is "use https proxy to secure and speed up your web connections.(default direct )".

Extension Screenshots

screenshot

Download sslspeedy2 Extension CRX File

Download sslspeedy2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name sslspeedy2 sslspeedy2
ID bejpjlelpkdglaahbplgedffakhcdhgi
Official URL https://chromewebstore.google.com/detail/sslspeedy2/bejpjlelpkdglaahbplgedffakhcdhgi
Description use https proxy to secure and speed up your web connections.(default direct )
File Size 539 KB
Installation Count 7,105
Current Version 1.1.6
Last Updated 2023-05-06
Publish Date 2022-08-29
Rating 3.43/5 Total 7 Ratings
Developer https://vpnso.com
Email [email protected]
Payment Type in_app
Supported Languages 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"
    }
}