sslspeedy

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

Wat is sslspeedy?

sslspeedy 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 proxy )".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie sslspeedy

Download sslspeedy-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

                        this is a chrome proxy plugin with preconfigured proxy servers                    

Basisinformatie over de Extensie

Naam sslspeedy sslspeedy
ID knhkmondpepdklnghpljpfpihojhpogh
Officiële URL https://chromewebstore.google.com/detail/sslspeedy/knhkmondpepdklnghpljpfpihojhpogh
Beschrijving use https proxy to secure and speed up your web connections.(default proxy )
Bestandsgrootte 535 KB
Aantal Installaties 10,440
Huidige Versie 1.1.6
Laatst Bijgewerkt 2023-05-06
Publicatiedatum 2022-08-30
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar https://vpnso.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}