IRUnfilterg

This will apply proxy and remove host header from HTTP.

Apa itu IRUnfilterg?

IRUnfilterg adalah ekstensi Chrome yang dikembangkan oleh http://abiusx.com, dan fitur utamanya adalah "This will apply proxy and remove host header from HTTP.".

Unduh Berkas CRX Ekstensi IRUnfilterg

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

                        IRUnfilterG bypasses Iran filtering for Google Chrome.

Due to a bug on Google Chrome codebase, current version only works in Mac and Linux. It will be fixed in future releases of Google Chrome.                    

Informasi Dasar Ekstensi

Nama IRUnfilterg IRUnfilterg
ID lanjkanddondkihfkjlmackofeadjbgg
URL Resmi https://chrome.google.com/webstore/detail/irunfilterg/lanjkanddondkihfkjlmackofeadjbgg
Deskripsi This will apply proxy and remove host header from HTTP.
Ukuran File 23.09 KB
Jumlah Instalasi 24
Versi Saat Ini 1.0
Terakhir Diperbarui 2012-10-16
Tanggal Publikasi 2012-10-16
Pengembang http://abiusx.com
Tipe Pembayaran free
Situs Ekstensi https://abiusx.com/code/irunfilter
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IRUnfilterg",
    "version": "1.0",
    "manifest_version": 2,
    "description": "This will apply proxy and remove host header from HTTP.",
    "background": {
        "scripts": [
            "proxy.js",
            "main.js",
            "headerer.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "",
        "proxy",
        "webRequest",
        "webRequestBlocking"
    ]
}