sslspeedy
use https proxy to secure and speed up your web connections.(default proxy )
Cos'è sslspeedy?
sslspeedy è un'estensione di Chrome sviluppata da https://vpnso.com, e la sua funzione principale è "use https proxy to secure and speed up your web connections.(default proxy )".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione sslspeedy
Scarica i file di estensione sslspeedy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
this is a chrome proxy plugin with preconfigured proxy servers Informazioni di Base sull'Estensione
| Nome | |
| ID | knhkmondpepdklnghpljpfpihojhpogh |
| URL Ufficiale | https://chromewebstore.google.com/detail/sslspeedy/knhkmondpepdklnghpljpfpihojhpogh |
| Descrizione | use https proxy to secure and speed up your web connections.(default proxy ) |
| Dimensione del File | 535 KB |
| Conteggio Installazioni | 10,440 |
| Versione Corrente | 1.1.6 |
| Ultimo Aggiornamento | 2023-05-06 |
| Data di Pubblicazione | 2022-08-30 |
| Valutazione | 4.83/5 Totale 6 Valutazioni |
| Sviluppatore | https://vpnso.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |