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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | oicamophdnojgacgbobolcnhbbgpiknb |
官方URL | 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" ] } } |