Vytal - Spoof Timezone, Geolocation & Locale

Vytal - Spoof Timezone, Geolocation & Locale

Spoof time zone, geolocation, locale and user agent. Match your location data to your VPN's ip address.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_extDesc__",
  "version": "2.1.10",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "author": "__MSG_extName__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "debugger"
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon48.png"
  },
  "icons": {
    "128": "icon128.png"
  }
}