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 From Websites | Email Magnet", "description": "Extract emails and contact pages while visiting websites automatically. Includes bulk email extractor tool for multiple websites.", "version": "1.2.0", "icons": { "16": "assets\/logo\/logo-16.png", "48": "assets\/logo\/logo-48.png", "128": "assets\/logo\/logo-128.png" }, "options_page": "popup\/export.html", "action": { "default_title": "Email Extractor From Websites | Email Magnet", "default_popup": "popup\/popup.html" }, "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "popup\/js\/background.js" }, "content_scripts": [ { "js": [ "assets\/js\/page.js", "assets\/js\/jquery.js", "assets\/js\/extract.js", "assets\/js\/listing.js", "assets\/js\/user.js" ], "matches": [ "<all_urls>" ] } ] }