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 |
| 官方網址 | 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"
]
} | |