sslproxy
use https proxy to secure and speed up your web connections.(default direct )
Cos'è sslproxy?
sslproxy è 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 direct )".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione sslproxy
Scarica i file di estensione sslproxy 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
set proxy for chrome ,user can use this plugin to select proxy servers which configured by him/herself from popup window
Informazioni di Base sull'Estensione
Nome | sslproxy |
ID | gongnbllncicgiajmdoigeeeaebfkacl |
URL Ufficiale | https://chromewebstore.google.com/detail/sslproxy/gongnbllncicgiajmdoigeeeaebfkacl |
Descrizione | use https proxy to secure and speed up your web connections.(default direct ) |
Dimensione del File | 561 KB |
Conteggio Installazioni | 247 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2023-04-30 |
Data di Pubblicazione | 2022-12-06 |
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": "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" } } |