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?

Proxy List Pro是由http://proxylistpro.com開發的Chrome擴展程式,該擴展的主要功能是“Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.”。

擴展截圖

screenshot

下載Proxy List Pro擴展crx文件

下載Proxy List Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Proxy List Pro Proxy List Pro
ID oicamophdnojgacgbobolcnhbbgpiknb
官方網址 https://chrome.google.com/webstore/detail/proxy-list-pro/oicamophdnojgacgbobolcnhbbgpiknb
簡介 Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.
檔案大小 213 KB
安裝次數 1,668
目前版本 7.0
更新時間 2014-05-12
上架時間 2014-05-12
評分 3.50/5 共 34 次評分
開發者 http://proxylistpro.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://hide-my-ip.org/page/privacy-policy
支援的語言 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"
        ]
    }
}