cool-proxy.net proxy switcher
Set proxy server with one click! Visit Cool-proxy.net, the best resource of proxy servers and set your browser with one click.
cool-proxy.net proxy switcherとは何ですか?
cool-proxy.net proxy switcherはhttps://www.cool-proxy.netによって開発されたChromeの拡張機能で、その主な機能は「Set proxy server with one click! Visit Cool-proxy.net, the best resource of proxy servers and set your browser with one click.」です。
拡張機能のスクリーンショット
cool-proxy.net proxy switcher拡張機能のCRXファイルをダウンロード
cool-proxy.net proxy switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The simplest way to switch between proxies and enjoy surfing internet anonymously or un-anonymously.
1. Install this Chrome Extension
2. Go to Cool-proxy.net
3. Click on the "C" icon at the right side of each proxy to set your browser with this proxy.
4. Enjoy surfing internet through proxy server! 拡張機能の基本情報
| 名前 | |
| ID | ookgombpjlijckkdacfhglkcgglmcajb |
| 公式URL | https://chromewebstore.google.com/detail/cool-proxynet-proxy-switc/ookgombpjlijckkdacfhglkcgglmcajb |
| 説明 | Set proxy server with one click! Visit Cool-proxy.net, the best resource of proxy servers and set your browser with one click. |
| ファイルサイズ | 127 KB |
| インストール数 | 629 |
| 現在のバージョン | 0.0.12 |
| 最終更新日 | 2014-08-24 |
| 公開日 | 2014-08-24 |
| 評価 | 3.00/5 合計 9 レビュー |
| 開発者 | https://www.cool-proxy.net |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.12",
"manifest_version": 2,
"description": "Set proxy server with one click! Visit Cool-proxy.net, the best resource of proxy servers and set your browser with one click.",
"icons": {
"16": "images\/cool-proxy-icon-16.png",
"48": "images\/cool-proxy-icon-48.png",
"128": "images\/cool-proxy-icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/cool-proxy-icon-19.png",
"38": "images\/cool-proxy-icon-38.png"
},
"default_title": "cool-proxy.net proxy switcher",
"default_popup": "popup.html"
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http:\/\/*.cool-proxy.net\/proxies\/http_proxy_list\/*",
"https:\/\/*.cool-proxy.net\/proxies\/http_proxy_list\/*"
],
"js": [
"bower_components\/jquery\/dist\/jquery.js",
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"permissions": [
"proxy"
],
"web_accessible_resources": [
"images\/cool-proxy-icon-128.png"
]
} | |