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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}