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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set proxy server with one click! Visit Cool-proxy.net, the best resource of proxy servers and set your browser with one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में cool-proxy.net proxy switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | cool-proxy.net proxy switcher |
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" ] } |