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": "YouTube Email Finder: Find YouTube Channel Emails in 10 Seconds", "version": "0.6.2", "description": "Boost YouTube Influencer Marketing with AI", "externally_connectable": { "matches": [ "*:\/\/*.nanoinfluencer.co\/*", "*:\/\/*.nanoinfluencer.ai\/*", "https:\/\/env.nanoinfluencer.ai\/pro" ] }, "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "img\/icon.png", "default_title": "YouTube Email Finder: Find YouTube Channel Emails in 10 Seconds" }, "content_scripts": [ { "matches": [ "*:\/\/*.nanoinfluencer.co\/*", "*:\/\/*.nanoinfluencer.ai\/*", "*:\/\/www.youtube.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": true } ], "web_accessible_resources": [ { "resources": [ "sidebar.html", "js\/inject.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "extension_ids": [] } ], "permissions": [ "storage", "activeTab", "sidePanel" ], "side_panel": { "default_path": "sidebar.html" }, "homepage_url": "https:\/\/nanoinfluencer.ai", "config": { "app-id": "pmafjeghchhihekeniifdnagkiagijbn", "platform": "ytb" } }