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, "minimum_chrome_version": "120.0", "name": "Lightning Autofill", "short_name": "Autofill", "version": "12.16.2", "author": "tohodo.com", "default_locale": "en", "description": "__MSG_generalDescription__", "homepage_url": "https:\/\/www.tohodo.com\/autofill\/", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "16": "images\/icon16-off.png", "24": "images\/icon24-off.png", "32": "images\/icon32-off.png" } }, "background": { "service_worker": "js\/eventPage.js", "type": "module" }, "commands": { "_execute_action": [] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/autofill.js" ], "all_frames": true, "run_at": "document_end" } ], "options_page": "options.html", "host_permissions": [ "<all_urls>" ], "permissions": [ "alarms", "contextMenus", "identity", "offscreen", "scripting", "storage", "unlimitedStorage", "userScripts" ], "oauth2": { "client_id": "171872051662-m3bdmb4v1cl3og24ager32vsn6gp1dma.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.file", "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "css\/wizard.css", "images\/close*.png", "images\/icon24.png", "sounds\/*" ] } ] }