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", "description": "Turbo ad finder, display only ads in your newsfeed (inspiration for your facebook ads)", "version": "2.5.0", "manifest_version": 3, "name": "Turbo Ad Finder", "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "host_permissions": [ "*:\/\/*.facebook.com\/*" ], "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "assets\/icon-32.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "contentScript.bundle.js" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "resources": [ "assets\/turbo.js", "\/assets\/logo.png", "\/assets\/rateus.png" ] } ] }