sslspeedy2
use https proxy to secure and speed up your web connections.(default direct )
Wat is sslspeedy2?
sslspeedy2 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 sslspeedy2
Download sslspeedy2-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 from popup window
Basisinformatie over de Extensie
Naam | sslspeedy2 |
ID | bejpjlelpkdglaahbplgedffakhcdhgi |
Officiële URL | https://chromewebstore.google.com/detail/sslspeedy2/bejpjlelpkdglaahbplgedffakhcdhgi |
Beschrijving | use https proxy to secure and speed up your web connections.(default direct ) |
Bestandsgrootte | 539 KB |
Aantal Installaties | 7,105 |
Huidige Versie | 1.1.6 |
Laatst Bijgewerkt | 2023-05-06 |
Publicatiedatum | 2022-08-29 |
Beoordeling | 3.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://vpnso.com |
[email protected] | |
Betalingswijze | in_app |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "sslspeedy2", "description": "use https proxy to secure and speed up your web connections.(default direct )", "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" } } |