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": "SimpleFill - Autofill Forms", "description": "Browser extension that fills out forms with smart auto-suggestions in dropdowns and right-click menu.", "version": "3.1.1", "icons": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "permissions": [ "storage", "unlimitedStorage", "contextMenus", "activeTab" ], "host_permissions": [ "*:\/\/*\/*" ], "action": [], "options_page": "options.html", "web_accessible_resources": [ { "resources": [ "assets\/autocomplete.css" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content-scripts\/content.js" ] } ] }