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": "MY AD FINDER", "description": "MY AD FINDER allows you to collect, save & hunt trending ads automatically from your facebook news feed.", "version": "2.42.0", "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*.facebook.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "MY AD FINDER", "default_icon": { "48": "assets\/icon-48.png" }, "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ] }, { "js": [ "interceptor.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start", "all_frames": true }, { "js": [ "maf-content.js" ], "matches": [ "*:\/\/*.myadfinder.com\/*" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "\/assets\/happy.png", "\/assets\/bleulogo.png", "\/assets\/sad.png", "\/assets\/freshchat.png" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "scripti.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ] } ] }