ProxyAuth
add proxy-authentication to header
Qu'est-ce que ProxyAuth ?
ProxyAuth est une extension Chrome développée par rui7905, et sa fonction principale est "add proxy-authentication to header".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ProxyAuth
Téléchargez les fichiers d'extension ProxyAuth 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
adding proxy-authentication into header for every http request.
Informations de Base sur l'Extension
Nom | |
ID | kkhmffmnlajcffopgochogejfecakfhh |
URL Officiel | https://chrome.google.com/webstore/detail/proxyauth/kkhmffmnlajcffopgochogejfecakfhh |
Description | add proxy-authentication to header |
Taille du Fichier | 225 KB |
Nombre d'Installations | 51 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2013-07-03 |
Date de Publication | 2013-07-03 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | rui7905 |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ProxyAuth", "description": "add proxy-authentication to header", "browser_action": { "default_title": "proxy Auth", "default_icon": "icons\/icon32.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "webRequestBlocking", "webRequest", " |