GoGetProxy.com
Easily surf the Internet with your proxies switching between them in one click.
¿Qué es GoGetProxy.com?
GoGetProxy.com es una extensión de Chrome desarrollada por https://gogetproxy.com, y su función principal es "Easily surf the Internet with your proxies switching between them in one click.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GoGetProxy.com
Descarga archivos de extensión GoGetProxy.com en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | fkajooepbhkiodamlelheipaobgimhgn |
URL Oficial | https://chrome.google.com/webstore/detail/gogetproxycom/fkajooepbhkiodamlelheipaobgimhgn |
Descripción | Easily surf the Internet with your proxies switching between them in one click. |
Tamaño del Archivo | 70.05 KB |
Cantidad de Instalaciones | 1,302 |
Versión Actual | 1.0 |
Última Actualización | 2016-12-15 |
Fecha de Publicación | 2016-12-15 |
Calificación | 4.29/5 Total de 7 Calificaciones |
Desarrollador | https://gogetproxy.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://gogetproxy.com/en/tos |
Idiomas Soportados | 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'" } |