Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jun 22, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Spoof time zone, geolocation, locale, user agent with added security.", "version": "2.1.17", "manifest_version": 3, "name": "Vytal - Spoof Timezone, Geolocation, Locale and security", "author": "Vytal", "permissions": [ "storage", "debugger" ], "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html" }, "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content_script.js" ], "run_at": "document_start" } ] }