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": "Email Extractor", "description": "Extract email addresses from web pages you visit", "version": "2.3", "action": { "default_icon": "yellowenvelope.png" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "host_permissions": [ "<all_urls>" ], "permissions": [ "clipboardWrite", "scripting", "storage", "webNavigation" ] }