sslproxy
use https proxy to secure and speed up your web connections.(default direct )
Hvad er sslproxy?
sslproxy 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 direct )".
Udvidelsesskærmbilleder
Download sslproxy-udvidelses-CRX-fil
Download sslproxy-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
set proxy for chrome ,user can use this plugin to select proxy servers which configured by him/herself from popup window
Grundlæggende oplysninger om udvidelsen
Navn | sslproxy |
ID | gongnbllncicgiajmdoigeeeaebfkacl |
Officiel URL | https://chromewebstore.google.com/detail/sslproxy/gongnbllncicgiajmdoigeeeaebfkacl |
Beskrivelse | use https proxy to secure and speed up your web connections.(default direct ) |
Filstørrelse | 561 KB |
Antal Installationer | 247 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2023-04-30 |
Udgivelsesdato | 2022-12-06 |
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": "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" } } |