sslproxy
use https proxy to secure and speed up your web connections.(default direct )
Co to jest sslproxy?
sslproxy 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 direct )”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia sslproxy
Pobierz pliki rozszerzeń sslproxy 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
set proxy for chrome ,user can use this plugin to select proxy servers which configured by him/herself from popup window
Podstawowe informacje o rozszerzeniu
Nazwa | sslproxy |
ID | gongnbllncicgiajmdoigeeeaebfkacl |
Oficjalny URL | https://chromewebstore.google.com/detail/sslproxy/gongnbllncicgiajmdoigeeeaebfkacl |
Opis | use https proxy to secure and speed up your web connections.(default direct ) |
Rozmiar pliku | 561 KB |
Liczba instalacji | 247 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2023-04-30 |
Data Publikacji | 2022-12-06 |
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": "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" } } |