Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Top Ad Finder allows you to collect, save & hunt trending ads automatically from your facebook news feed.", "version": "2.0.6", "name": "Top Ad Finder", "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.facebook.com\/*" ], "manifest_version": 3, "icons": { "16": ".\/img\/16x16.png", "48": ".\/img\/48x48.png", "128": ".\/img\/128x128.png" }, "action": { "default_icon": { "16": ".\/img\/16x16.png", "24": ".\/img\/24x24.png", "32": ".\/img\/32x32.png" }, "default_popup": "popup.html" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "content_scripts": [ { "js": [ ".\/scripts\/hide.js", ".\/scripts\/storage.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_end", "all_frames": false }, { "world": "MAIN", "js": [ ".\/scripts\/intercept.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start", "all_frames": true } ] }