Proxy
Proxy
Qu'est-ce que Proxy ?
Proxy est une extension Chrome développée par instwave.com, et sa fonction principale est "Proxy".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Proxy
Téléchargez les fichiers d'extension Proxy 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
Set Proxy. Update: 2020-07-13 Remove unused permisions. 2016-10-13 Make HTTPs requests also go to proxy. 2015-05-06 Direct access to the proxy web server instead proxying to itself.
Informations de Base sur l'Extension
Nom | Proxy |
ID | nhcefkkpfajnjmkoingaijfopgiomcie |
URL Officiel | https://chromewebstore.google.com/detail/proxy/nhcefkkpfajnjmkoingaijfopgiomcie |
Description | Proxy |
Taille du Fichier | 33.55 KB |
Nombre d'Installations | 164 |
Version Actuelle | 0.0.0.13 |
Dernière Mise à Jour | 2020-07-15 |
Date de Publication | 2016-10-13 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | instwave.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background\/background.html" }, "browser_action": { "default_icon": { "19": "images\/icon-19-gray.png", "38": "images\/icon-38-gray.png" }, "default_popup": "options\/options.html", "default_title": "Proxy server" }, "description": "Proxy", "icons": { "128": "images\/extension-128.png", "48": "images\/extension-48.png" }, "manifest_version": 2, "minimum_chrome_version": "35.0", "name": "Proxy", "options_page": "options\/options.html", "permissions": [ "proxy" ], "version": "0.0.0.13" } |