Proxy List Pro

Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.

Proxy List Pro là gì?

Proxy List Pro là một tiện ích mở rộng Chrome được phát triển bởi http://proxylistpro.com, và tính năng chính của nó là "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.".

Ả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 Proxy List Pro

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

                        Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions and/or looking to browse the internet securely.                    

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

Tên Proxy List Pro Proxy List Pro
ID oicamophdnojgacgbobolcnhbbgpiknb
URL Chính Thức https://chrome.google.com/webstore/detail/proxy-list-pro/oicamophdnojgacgbobolcnhbbgpiknb
Mô tả Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.
Kích Thước Tệp 213 KB
Số Lần Cài Đặt 1,668
Phiên Bản Hiện Tại 7.0
Cập Nhật Lần Cuối 2014-05-12
Ngày Phát Hành 2014-05-12
Đánh Giá 3.50/5 Tổng số 34 Đánh Giá
Nhà Phát Triển http://proxylistpro.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://hide-my-ip.org/page/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Proxy List Pro",
    "version": "7.0",
    "description": "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.",
    "icons": {
        "48": "img\/icon.png"
    },
    "browser_action": {
        "default_title": "Proxy List Pro",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "img\/disabled.png"
        }
    },
    "permissions": [
        "tabs",
        "webRequest",
        "*:\/\/*.proxylistpro.com\/"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}