Spoof time zone, geolocation & locale. Match your location data to your VPN's IP address.
Vroxy is a browser extension that changes your time zone, geolocation, and locale to any location you choose. Itβs useful for testing websites in different regions, bypassing geo-restrictions, or matching your location data to your VPN IP address.
Vroxy is free, open source, and collects no user data.
π£ How Vroxy Works
Vroxy uses the chrome.debugger API to change data directly at the browser level, making it effective across all frames and web workers, unlike other extensions that rely on less reliable script injections. This approach ensures data modifications are undetectable and work consistently, even during the initial page load.
π£ IP Address
Vroxy does not change your IP address. To change your IP address you will need a VPN or proxy.
π£ Hide Debugging Notification Bar
While the extension is on, a notification bar becomes visible. Hiding the bar can be done by using the --silent-debugger-extension-api flag.
Instructions on how to run chrome with flags:
https://www.chromium.org/developers/how-tos/run-chromium-with-flags/
π£ Permission Justification
debugger: Enables the extension to attach to tabs and emulate user settings such as location, timezone, and locale.
webNavigation: Enables the extension to store and retrieve settings and preferences.
storage: Enables the extension to store and retrieve settings and preferences.