Simple proxy helper
Set proxy for Google Chrome browser
Apa itu Simple proxy helper?
Simple proxy helper adalah ekstensi Chrome yang dikembangkan oleh extensiondev2020, dan fitur utamanya adalah "Set proxy for Google Chrome browser".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple proxy helper
Unduh file ekstensi Simple proxy helper 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
Simple proxy helper is an extension that allows people to connect to webRTC providers through a SOCKS5 proxy in case they cannot access it directly due to communication or infrastructure problems. The proxy only works for a limited set of webRTC providers. The extension is for internal use.
Informasi Dasar Ekstensi
Nama | Simple proxy helper |
ID | ggbeghljoagdajigdliipcdnpjgmjjlh |
URL Resmi | https://chromewebstore.google.com/detail/simple-proxy-helper/ggbeghljoagdajigdliipcdnpjgmjjlh |
Deskripsi | Set proxy for Google Chrome browser |
Ukuran File | 21.16 KB |
Jumlah Instalasi | 209 |
Versi Saat Ini | 0.0.15 |
Terakhir Diperbarui | 2021-12-15 |
Tanggal Publikasi | 2020-08-18 |
Penilaian | 2.67/5 Total 3 Penilaian |
Pengembang | extensiondev2020 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "version": "0.0.15", "manifest_version": 3, "default_locale": "en", "description": "__MSG_appDesc__", "name": "__MSG_appName__", "icons": { "128": "images\/on.png" }, "permissions": [ "proxy", "privacy" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "images\/off.png", "default_title": "__MSG_title__", "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.interprefy.com\/*", "*:\/\/*.interpret.world\/*", "*:\/\/interpret.world\/*" ] }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "88" } |