sslproxy
use https proxy to secure and speed up your web connections.(default direct )
Wat is sslproxy?
sslproxy is een Chrome-extensie ontwikkeld door https://vpnso.com, en de belangrijkste functie is "use https proxy to secure and speed up your web connections.(default direct )".
Extensie Screenshots
Download het CRX-bestand van de extensie sslproxy
Download sslproxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        set proxy for chrome ,user can use this plugin to select proxy servers which configured by him/herself  from popup window                     Basisinformatie over de Extensie
| Naam |   |  
| ID | gongnbllncicgiajmdoigeeeaebfkacl | 
| Officiële URL | https://chromewebstore.google.com/detail/sslproxy/gongnbllncicgiajmdoigeeeaebfkacl | 
| Beschrijving | use https proxy to secure and speed up your web connections.(default direct ) | 
| Bestandsgrootte | 561 KB | 
| Aantal Installaties | 247 | 
| Huidige Versie | 1.1.0 | 
| Laatst Bijgewerkt | 2023-04-30 | 
| Publicatiedatum | 2022-12-06 | 
| Ontwikkelaar | https://vpnso.com | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    }
}  |  |