sslproxy

use https proxy to secure and speed up your web connections.(default direct )

Was ist sslproxy?

sslproxy ist eine Chrome-Erweiterung, die von https://vpnso.com entwickelt wurde, und ihr Hauptmerkmal ist "use https proxy to secure and speed up your web connections.(default direct )".

Erweiterungsscreenshots

screenshot

sslproxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie sslproxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        set proxy for chrome ,user can use this plugin to select proxy servers which configured by him/herself  from popup window                    

Grundlegende Informationen zur Erweiterung

Name sslproxy sslproxy
ID gongnbllncicgiajmdoigeeeaebfkacl
Offizielle URL https://chromewebstore.google.com/detail/sslproxy/gongnbllncicgiajmdoigeeeaebfkacl
Beschreibung use https proxy to secure and speed up your web connections.(default direct )
Dateigröße 561 KB
Installationsanzahl 247
Aktuelle Version 1.1.0
Letztes Update 2023-04-30
Veröffentlichungsdatum 2022-12-06
Entwickler https://vpnso.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}