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 |
| Eメール | [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"
]
}
} | |