SimpleProxy

A simple proxy management tool

SimpleProxy là gì?

SimpleProxy là một tiện ích mở rộng Chrome được phát triển bởi http://fmage.com, và tính năng chính của nó là "A simple proxy management tool".

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

screenshot
screenshot

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

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

                        Simply manage Chrome's proxy settings and support http, https, socks4, socks5 protocols and pac script. Automatically sync your proxy settings.                    

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

Tên SimpleProxy SimpleProxy
ID hbhaimhpaplfkjfncbkdnadppobbopbi
URL Chính Thức https://chrome.google.com/webstore/detail/simpleproxy/hbhaimhpaplfkjfncbkdnadppobbopbi
Mô tả A simple proxy management tool
Kích Thước Tệp 48.91 KB
Số Lần Cài Đặt 30,570
Phiên Bản Hiện Tại 1.0.6.46
Cập Nhật Lần Cuối 2017-11-30
Ngày Phát Hành 2017-11-30
Đánh Giá 4.37/5 Tổng số 57 Đánh Giá
Nhà Phát Triển http://fmage.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimpleProxy",
    "short_name": "SimpleProxy",
    "version": "1.0.6.46",
    "description": "A simple proxy management tool",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "SimpleProxy",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "proxy",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/background.js"
        ]
    },
    "manifest_version": 2
}