Proxy

Proxy

Apa itu Proxy?

Proxy adalah ekstensi Chrome yang dikembangkan oleh instwave.com, dan fitur utamanya adalah "Proxy".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Proxy

Unduh file ekstensi Proxy 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

                        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.                    

Informasi Dasar Ekstensi

Nama Proxy Proxy
ID nhcefkkpfajnjmkoingaijfopgiomcie
URL Resmi https://chromewebstore.google.com/detail/proxy/nhcefkkpfajnjmkoingaijfopgiomcie
Deskripsi Proxy
Ukuran File 33.55 KB
Jumlah Instalasi 164
Versi Saat Ini 0.0.0.13
Terakhir Diperbarui 2020-07-15
Tanggal Publikasi 2016-10-13
Penilaian 3.00/5 Total 4 Penilaian
Pengembang instwave.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}