sslspeedy
use https proxy to secure and speed up your web connections.(default proxy )
Hvad er sslspeedy?
sslspeedy er en Chrome-udvidelse udviklet af https://vpnso.com, og dens hovedfunktion er "use https proxy to secure and speed up your web connections.(default proxy )".
Udvidelsesskærmbilleder
Download sslspeedy-udvidelses-CRX-fil
Download sslspeedy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
this is a chrome proxy plugin with preconfigured proxy servers
Grundlæggende oplysninger om udvidelsen
Navn | sslspeedy |
ID | knhkmondpepdklnghpljpfpihojhpogh |
Officiel URL | https://chromewebstore.google.com/detail/sslspeedy/knhkmondpepdklnghpljpfpihojhpogh |
Beskrivelse | use https proxy to secure and speed up your web connections.(default proxy ) |
Filstørrelse | 535 KB |
Antal Installationer | 10,440 |
Nuværende Version | 1.1.6 |
Senest Opdateret | 2023-05-06 |
Udgivelsesdato | 2022-08-30 |
Bedømmelse | 4.83/5 Samlet 6 Bedømmelser |
Udvikler | https://vpnso.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |