GoGetProxy.com
Easily surf the Internet with your proxies switching between them in one click.
Cos'è GoGetProxy.com?
GoGetProxy.com è un'estensione di Chrome sviluppata da https://gogetproxy.com, e la sua funzione principale è "Easily surf the Internet with your proxies switching between them in one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GoGetProxy.com
Scarica i file di estensione GoGetProxy.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | fkajooepbhkiodamlelheipaobgimhgn |
URL Ufficiale | https://chrome.google.com/webstore/detail/gogetproxycom/fkajooepbhkiodamlelheipaobgimhgn |
Descrizione | Easily surf the Internet with your proxies switching between them in one click. |
Dimensione del File | 70.05 KB |
Conteggio Installazioni | 1,302 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-12-15 |
Data di Pubblicazione | 2016-12-15 |
Valutazione | 4.29/5 Totale 7 Valutazioni |
Sviluppatore | https://gogetproxy.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://gogetproxy.com/en/tos |
Lingue Supportate | 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'" } |