Direct Proxy

Simply switch the browser proxy between using direct connection and using system settings.

Direct Proxy là gì?

Direct Proxy là một tiện ích mở rộng Chrome được phát triển bởi Jiaqin Xu, và tính năng chính của nó là "Simply switch the browser proxy between using direct connection and using system settings.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng Direct Proxy 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

                        This extension use Chrome's native proxy API, so it won't change the system's proxy settings.                    

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

Tên Direct Proxy Direct Proxy
ID pkdjaogdlhchapakdahlfdapkbhdlboa
URL Chính Thức https://chromewebstore.google.com/detail/direct-proxy/pkdjaogdlhchapakdahlfdapkbhdlboa
Mô tả Simply switch the browser proxy between using direct connection and using system settings.
Kích Thước Tệp 38.83 KB
Số Lần Cài Đặt 409
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-08-24
Ngày Phát Hành 2018-08-24
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Jiaqin Xu
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Direct Proxy",
    "description": "Simply switch the browser proxy between using direct connection and using system settings.",
    "version": "1.0",
    "permissions": [
        "proxy"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-direct-48.png"
    },
    "icons": {
        "16": "images\/icon-direct-16.png",
        "48": "images\/icon-direct-48.png",
        "128": "images\/icon-direct-128.png"
    }
}