Yolo web Proxy
Yolo is a web proxy that allows to access your favorite websites anonymously
Was ist Yolo web Proxy?
Yolo web Proxy ist eine Chrome-Erweiterung, die von yolowebproxy entwickelt wurde, und ihr Hauptmerkmal ist "Yolo is a web proxy that allows to access your favorite websites anonymously".
Erweiterungsscreenshots
Yolo web Proxy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Yolo web Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | pphbfeeeejppjigjddgoibemfjdnhikg |
Offizielle URL | https://chrome.google.com/webstore/detail/yolo-web-proxy/pphbfeeeejppjigjddgoibemfjdnhikg |
Beschreibung | Yolo is a web proxy that allows to access your favorite websites anonymously |
Dateigröße | 31.68 KB |
Installationsanzahl | 25 |
Aktuelle Version | 0.1.01 |
Letztes Update | 2020-05-17 |
Veröffentlichungsdatum | 2020-05-17 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | yolowebproxy |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |