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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης cool-proxy.net proxy switcher
Λήψη αρχείων επέκτασης 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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | 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" ] } |