GoGetProxy.com
Easily surf the Internet with your proxies switching between them in one click.
O que é GoGetProxy.com?
GoGetProxy.com é uma extensão do Chrome desenvolvida por https://gogetproxy.com, e sua principal característica é "Easily surf the Internet with your proxies switching between them in one click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GoGetProxy.com
Baixe arquivos de extensão GoGetProxy.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | fkajooepbhkiodamlelheipaobgimhgn |
URL Oficial | https://chrome.google.com/webstore/detail/gogetproxycom/fkajooepbhkiodamlelheipaobgimhgn |
Descrição | Easily surf the Internet with your proxies switching between them in one click. |
Tamanho do Arquivo | 70.05 KB |
Contagem de Instalações | 1,302 |
Versão Atual | 1.0 |
Última Atualização | 2016-12-15 |
Data de Publicação | 2016-12-15 |
Classificação | 4.29/5 Total de 7 Avaliações |
Desenvolvedor | https://gogetproxy.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://gogetproxy.com/en/tos |
Idiomas Suportados | 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'" } |