Yolo web Proxy
Yolo is a web proxy that allows to access your favorite websites anonymously
Qu'est-ce que Yolo web Proxy ?
Yolo web Proxy est une extension Chrome développée par yolowebproxy, et sa fonction principale est "Yolo is a web proxy that allows to access your favorite websites anonymously".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yolo web Proxy
Téléchargez les fichiers d'extension Yolo web Proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | pphbfeeeejppjigjddgoibemfjdnhikg |
URL Officiel | https://chrome.google.com/webstore/detail/yolo-web-proxy/pphbfeeeejppjigjddgoibemfjdnhikg |
Description | Yolo is a web proxy that allows to access your favorite websites anonymously |
Taille du Fichier | 31.68 KB |
Nombre d'Installations | 25 |
Version Actuelle | 0.1.01 |
Dernière Mise à Jour | 2020-05-17 |
Date de Publication | 2020-05-17 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | yolowebproxy |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |