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", "manifest_version": 3, "name": "Spaypo - Ad library spy & Ad Finder tool", "description": "Free Facebook Ad Spy to Discover Your Next Winning Product from ad library !", "version": "2.0.8", "icons": { "24": "assets\/24x24.png", "32": "assets\/32x32.png", "48": "assets\/48x48.png", "128": "assets\/128x128.png" }, "options_page": "settings\/settings.html", "action": { "default_title": "Spaypo - Ad library spy & Ad Finder tool", "default_popup": "popup\/popup.html" }, "permissions": [ "storage", "downloads" ], "host_permissions": [ "*:\/\/*.facebook.com\/ads\/library\/*" ], "background": { "service_worker": "background\/background.js", "type": "module" }, "content_scripts": [ { "js": [ "content\/content.js" ], "css": [ "content\/content.css" ], "matches": [ "*:\/\/*.facebook.com\/ads\/library\/*" ], "type": "module" }, { "world": "MAIN", "js": [ "interceptor\/interceptor.js" ], "matches": [ "*:\/\/*.facebook.com\/ads\/library\/*" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "assets\/logo.png" ], "matches": [ "<all_urls>" ] } ] }