ProxyAuth

add proxy-authentication to header

Apa itu ProxyAuth?

ProxyAuth adalah ekstensi Chrome yang dikembangkan oleh rui7905, dan fitur utamanya adalah "add proxy-authentication to header".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ProxyAuth

Unduh file ekstensi ProxyAuth dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        adding proxy-authentication into header for every http request.                    

Informasi Dasar Ekstensi

Nama ProxyAuth ProxyAuth
ID kkhmffmnlajcffopgochogejfecakfhh
URL Resmi https://chrome.google.com/webstore/detail/proxyauth/kkhmffmnlajcffopgochogejfecakfhh
Deskripsi add proxy-authentication to header
Ukuran File 225 KB
Jumlah Instalasi 51
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2013-07-03
Tanggal Publikasi 2013-07-03
Penilaian 3.00/5 Total 2 Penilaian
Pengembang rui7905
Tipe Pembayaran free
Bahasa yang Didukung 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"
}