sslspeedy
use https proxy to secure and speed up your web connections.(default proxy )
Apa itu sslspeedy?
sslspeedy adalah ekstensi Chrome yang dikembangkan oleh https://vpnso.com, dan fitur utamanya adalah "use https proxy to secure and speed up your web connections.(default proxy )".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi sslspeedy
Unduh file ekstensi sslspeedy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
this is a chrome proxy plugin with preconfigured proxy servers
Informasi Dasar Ekstensi
Nama | sslspeedy |
ID | knhkmondpepdklnghpljpfpihojhpogh |
URL Resmi | https://chromewebstore.google.com/detail/sslspeedy/knhkmondpepdklnghpljpfpihojhpogh |
Deskripsi | use https proxy to secure and speed up your web connections.(default proxy ) |
Ukuran File | 535 KB |
Jumlah Instalasi | 10,440 |
Versi Saat Ini | 1.1.6 |
Terakhir Diperbarui | 2023-05-06 |
Tanggal Publikasi | 2022-08-30 |
Penilaian | 4.83/5 Total 6 Penilaian |
Pengembang | https://vpnso.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |