IRUnfilterg

This will apply proxy and remove host header from HTTP.

IRUnfilterg là gì?

IRUnfilterg là một tiện ích mở rộng Chrome được phát triển bởi http://abiusx.com, và tính năng chính của nó là "This will apply proxy and remove host header from HTTP.".

Tải xuống tệp CRX của tiện ích mở rộng IRUnfilterg

Tải xuống các tệp mở rộng IRUnfilterg dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IRUnfilterg IRUnfilterg
ID lanjkanddondkihfkjlmackofeadjbgg
URL Chính Thức https://chrome.google.com/webstore/detail/irunfilterg/lanjkanddondkihfkjlmackofeadjbgg
Mô tả This will apply proxy and remove host header from HTTP.
Kích Thước Tệp 23.09 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2012-10-16
Ngày Phát Hành 2012-10-16
Nhà Phát Triển http://abiusx.com
Loại Thanh Toán free
Trang Web Mở Rộng https://abiusx.com/code/irunfilter
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}