ProxyAuth

add proxy-authentication to header

Wat is ProxyAuth?

ProxyAuth is een Chrome-extensie ontwikkeld door rui7905, en de belangrijkste functie is "add proxy-authentication to header".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ProxyAuth

Download ProxyAuth-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        adding proxy-authentication into header for every http request.                    

Basisinformatie over de Extensie

Naam ProxyAuth ProxyAuth
ID kkhmffmnlajcffopgochogejfecakfhh
Officiële URL https://chrome.google.com/webstore/detail/proxyauth/kkhmffmnlajcffopgochogejfecakfhh
Beschrijving add proxy-authentication to header
Bestandsgrootte 225 KB
Aantal Installaties 51
Huidige Versie 0.0.1
Laatst Bijgewerkt 2013-07-03
Publicatiedatum 2013-07-03
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar rui7905
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ],
    "manifest_version": 2,
    "version": "0.0.1"
}