Simple proxy helper
Set proxy for Google Chrome browser
Qu'est-ce que Simple proxy helper ?
Simple proxy helper est une extension Chrome développée par extensiondev2020, et sa fonction principale est "Set proxy for Google Chrome browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple proxy helper
Téléchargez les fichiers d'extension Simple proxy helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Simple proxy helper |
ID | ggbeghljoagdajigdliipcdnpjgmjjlh |
URL Officiel | https://chromewebstore.google.com/detail/simple-proxy-helper/ggbeghljoagdajigdliipcdnpjgmjjlh |
Description | Set proxy for Google Chrome browser |
Taille du Fichier | 21.16 KB |
Nombre d'Installations | 209 |
Version Actuelle | 0.0.15 |
Dernière Mise à Jour | 2021-12-15 |
Date de Publication | 2020-08-18 |
Évaluation | 2.67/5 Total 3 Évaluations |
Développeur | extensiondev2020 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |