Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Facebook Ad Library Helper", "description": "Use our Chrome extension to optimize the Facebook Ads Library. Simplify your research process and save time!", "version": "0.2.12", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "tabs" ], "action": [], "web_accessible_resources": [ { "resources": [ "injected.js" ], "matches": [ "https:\/\/www.facebook.com\/*" ] } ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/ads\/library\/*" ], "js": [ "content-scripts\/content.js" ] } ] }