sslproxy
use https proxy to secure and speed up your web connections.(default direct )
What is sslproxy?
sslproxy 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
Download sslproxy Extension CRX File
Download sslproxy 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 which configured by him/herself from popup window
Extension Basic Information
Name | sslproxy |
ID | gongnbllncicgiajmdoigeeeaebfkacl |
Official URL | https://chromewebstore.google.com/detail/sslproxy/gongnbllncicgiajmdoigeeeaebfkacl |
Description | use https proxy to secure and speed up your web connections.(default direct ) |
File Size | 561 KB |
Installation Count | 247 |
Current Version | 1.1.0 |
Last Updated | 2023-04-30 |
Publish Date | 2022-12-06 |
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": "sslproxy", "description": "use https proxy to secure and speed up your web connections.(default direct )", "version": "1.1.0", "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" } } |