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 Jul 16, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Time Zone Converter", "version": "4.0.1", "description": "Automatically detect the times from text as you browse the web and convert them to your local timezone.", "manifest_version": 3, "author": "Haniyeh Asemi member of MarkItAsDone", "icons": { "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_popup": "html\/popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/find-and-replace-text.js", "js\/functions.js", "js\/search-time.js", "js\/toggleIcon.js", "js\/timezones.js" ], "css": [ "css\/search-time.css" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "css\/fonts\/Inter\/*.woff" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "storage" ] }