IRUnfilterg

This will apply proxy and remove host header from HTTP.

IRUnfiltergคืออะไร?

IRUnfilterg เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://abiusx.com และคุณลักษณะหลักของมันคือ "This will apply proxy and remove host header from HTTP."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IRUnfilterg

ดาวน์โหลดไฟล์ส่วนขยาย IRUnfilterg ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IRUnfilterg IRUnfilterg
ID lanjkanddondkihfkjlmackofeadjbgg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/irunfilterg/lanjkanddondkihfkjlmackofeadjbgg
คำอธิบาย This will apply proxy and remove host header from HTTP.
ขนาดไฟล์ 23.09 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2012-10-16
วันที่เผยแพร่ 2012-10-16
ผู้พัฒนา http://abiusx.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://abiusx.com/code/irunfilter
ภาษาที่รองรับ 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"
    ]
}