GoGetProxy.com
Easily surf the Internet with your proxies switching between them in one click.
Τι είναι το GoGetProxy.com;
Το GoGetProxy.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gogetproxy.com, και η κύρια λειτουργία του είναι "Easily surf the Internet with your proxies switching between them in one click.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GoGetProxy.com
Λήψη αρχείων επέκτασης GoGetProxy.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Easily surf the Internet with your proxies switching between them in one click. Proxy servers' features are very extensive: - keep anonymity online - get access to blocked resources - increase download speed Extension works only with proxy servers in your account on GoGetProxy.com
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fkajooepbhkiodamlelheipaobgimhgn |
Επίσημο URL | https://chrome.google.com/webstore/detail/gogetproxycom/fkajooepbhkiodamlelheipaobgimhgn |
Περιγραφή | Easily surf the Internet with your proxies switching between them in one click. |
Μέγεθος Αρχείου | 70.05 KB |
Αριθμός Εγκαταστάσεων | 1,302 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2016-12-15 |
Ημερομηνία Δημοσίευσης | 2016-12-15 |
Αξιολόγηση | 4.29/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | https://gogetproxy.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://gogetproxy.com/en/tos |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GoGetProxy.com", "description": "Easily surf the Internet with your proxies switching between them in one click.", "version": "1.0", "permissions": [ "https:\/\/gogetproxy.com\/*", "tabs", "proxy", "storage", "webRequest", "webRequestBlocking" ], "background": { "page": "background.htm" }, "options_page": "options.htm", "options_ui": { "page": "options.htm", "chrome_style": false }, "browser_action": { "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png" }, "default_title": "GoGetProxy.com", "default_popup": "popup.htm" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |