sslproxy
use https proxy to secure and speed up your web connections.(default direct )
Apa itu sslproxy?
sslproxy 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 direct )".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi sslproxy
Unduh file ekstensi sslproxy 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
set proxy for chrome ,user can use this plugin to select proxy servers which configured by him/herself from popup window
Informasi Dasar Ekstensi
Nama | sslproxy |
ID | gongnbllncicgiajmdoigeeeaebfkacl |
URL Resmi | https://chromewebstore.google.com/detail/sslproxy/gongnbllncicgiajmdoigeeeaebfkacl |
Deskripsi | use https proxy to secure and speed up your web connections.(default direct ) |
Ukuran File | 561 KB |
Jumlah Instalasi | 247 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2023-04-30 |
Tanggal Publikasi | 2022-12-06 |
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": "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" } } |