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 |
官方網址 | 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" } } |