Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Zoom with manual input", "version": "5.0.0.8", "version_name": "0.0.0.8", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "\/icon\/icon_128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "\/js\/complete.js" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "\/icon\/icon_128.png" }, "default_title": "Zoom with manual input" } }