Yolo web Proxy
Yolo is a web proxy that allows to access your favorite websites anonymously
O que é Yolo web Proxy?
Yolo web Proxy é uma extensão do Chrome desenvolvida por yolowebproxy, e sua principal característica é "Yolo is a web proxy that allows to access your favorite websites anonymously".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Yolo web Proxy
Baixe arquivos de extensão Yolo web Proxy 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
Yolo is a web proxy that allows to access your favorite websites anonymously. The main difference to other proxies and VPNs is that Yolo allows quick Anonymous access to any webpage with one click. No need to turn on a VPN or visit proxy sites. Right click on any Link to open it anonymously instead of passing all of your internet traffic through a VPN. We need to maintain our servers and develop the service, that's why this extension currently is ad-sponsored and still free for everyone. If you have found a bug or faced an issue please report it on the web store extension page
Informações Básicas da Extensão
Nome | |
ID | pphbfeeeejppjigjddgoibemfjdnhikg |
URL Oficial | https://chrome.google.com/webstore/detail/yolo-web-proxy/pphbfeeeejppjigjddgoibemfjdnhikg |
Descrição | Yolo is a web proxy that allows to access your favorite websites anonymously |
Tamanho do Arquivo | 31.68 KB |
Contagem de Instalações | 25 |
Versão Atual | 0.1.01 |
Última Atualização | 2020-05-17 |
Data de Publicação | 2020-05-17 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | yolowebproxy |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yolo web Proxy", "version": "0.1.01", "manifest_version": 2, "description": "Yolo is a web proxy that allows to access your favorite websites anonymously", "minimum_chrome_version": "35", "icons": { "16": "img\/download.png", "48": "img\/download.png", "128": "img\/download.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "tabs" ] } |