Direct Proxy
Simply switch the browser proxy between using direct connection and using system settings.
Qu'est-ce que Direct Proxy ?
Direct Proxy est une extension Chrome développée par Jiaqin Xu, et sa fonction principale est "Simply switch the browser proxy between using direct connection and using system settings.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Direct Proxy
Téléchargez les fichiers d'extension Direct 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
This extension use Chrome's native proxy API, so it won't change the system's proxy settings.
Informations de Base sur l'Extension
Nom | Direct Proxy |
ID | pkdjaogdlhchapakdahlfdapkbhdlboa |
URL Officiel | https://chromewebstore.google.com/detail/direct-proxy/pkdjaogdlhchapakdahlfdapkbhdlboa |
Description | Simply switch the browser proxy between using direct connection and using system settings. |
Taille du Fichier | 38.83 KB |
Nombre d'Installations | 409 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-08-24 |
Date de Publication | 2018-08-24 |
Évaluation | 3.67/5 Total 6 Évaluations |
Développeur | Jiaqin Xu |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Direct Proxy", "description": "Simply switch the browser proxy between using direct connection and using system settings.", "version": "1.0", "permissions": [ "proxy" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon-direct-48.png" }, "icons": { "16": "images\/icon-direct-16.png", "48": "images\/icon-direct-48.png", "128": "images\/icon-direct-128.png" } } |