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": "IG Follower Exporter - Free Email Extractor by exporter24", "version": "0.2.5", "description": "Export Instagram emails from followers. Free and unlimited.", "externally_connectable": { "matches": [ "*:\/\/*.exporter24.net\/*", "https:\/\/env.exporter24.net\/pro-ins-follower" ] }, "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "img\/logo.png", "default_title": "IG Follower Exporter - Free Email Extractor by exporter24" }, "content_scripts": [ { "matches": [ "*:\/\/*.exporter24.net\/*", "*:\/\/*.instagram.com\/*", "https:\/\/*.cdninstagram.com\/*" ], "match_origin_as_fallback": true, "js": [ "js\/jquery-3.6.4.min.js", "js\/content-scripts.js" ], "css": [ "css\/style.css" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "sidebar.html", "js\/inject.js" ], "matches": [ "*:\/\/*.exporter24.net\/*", "*:\/\/*.instagram.com\/*", "https:\/\/*.cdninstagram.com\/*" ], "extension_ids": [] } ], "permissions": [ "activeTab", "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.exporter24.net\/*", "*:\/\/*.instagram.com\/*", "https:\/\/*.cdninstagram.com\/*" ], "homepage_url": "https:\/\/exporter24.net", "config": { "app-id": "mikaidpfkfompkjdhmifncbgpamicbfo" } }