sslspeedy
use https proxy to secure and speed up your web connections.(default proxy )
什么是sslspeedy?
sslspeedy是由https://vpnso.com开发的Chrome扩展程序,该扩展的主要功能是“use https proxy to secure and speed up your web connections.(default proxy )”。
扩展截图
下载sslspeedy扩展crx文件
下载sslspeedy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
this is a chrome proxy plugin with preconfigured proxy servers
扩展基本信息
名称 | sslspeedy |
ID | knhkmondpepdklnghpljpfpihojhpogh |
官方URL | https://chromewebstore.google.com/detail/sslspeedy/knhkmondpepdklnghpljpfpihojhpogh |
简介 | use https proxy to secure and speed up your web connections.(default proxy ) |
文件大小 | 535 KB |
安装次数 | 10,440 |
当前版本 | 1.1.6 |
更新时间 | 2023-05-06 |
上架时间 | 2022-08-30 |
评分 | 4.83/5 共6次评分 |
开发者 | https://vpnso.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |