sslspeedy
use https proxy to secure and speed up your web connections.(default proxy )
Co to jest sslspeedy?
sslspeedy to rozszerzenie Chrome opracowane przez https://vpnso.com, a jego główną funkcją jest „use https proxy to secure and speed up your web connections.(default proxy )”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia sslspeedy
Pobierz pliki rozszerzeń sslspeedy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
this is a chrome proxy plugin with preconfigured proxy servers Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | knhkmondpepdklnghpljpfpihojhpogh |
| Oficjalny URL | https://chromewebstore.google.com/detail/sslspeedy/knhkmondpepdklnghpljpfpihojhpogh |
| Opis | use https proxy to secure and speed up your web connections.(default proxy ) |
| Rozmiar pliku | 535 KB |
| Liczba instalacji | 10,440 |
| Aktualna Wersja | 1.1.6 |
| Ostatnia Aktualizacja | 2023-05-06 |
| Data Publikacji | 2022-08-30 |
| Ocena | 4.83/5 Łącznie 6 Oceny |
| Deweloper | https://vpnso.com |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |