sslspeedy
use https proxy to secure and speed up your web connections.(default proxy )
What is sslspeedy?
sslspeedy 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 proxy )".
Extension Screenshots
Download sslspeedy Extension CRX File
Download sslspeedy 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
this is a chrome proxy plugin with preconfigured proxy servers
Extension Basic Information
Name | sslspeedy |
ID | knhkmondpepdklnghpljpfpihojhpogh |
Official URL | https://chromewebstore.google.com/detail/sslspeedy/knhkmondpepdklnghpljpfpihojhpogh |
Description | use https proxy to secure and speed up your web connections.(default proxy ) |
File Size | 535 KB |
Installation Count | 10,440 |
Current Version | 1.1.6 |
Last Updated | 2023-05-06 |
Publish Date | 2022-08-30 |
Rating | 4.83/5 Total 6 Ratings |
Developer | https://vpnso.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |