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", "name": "Ad collector", "version": "4.2.2", "description": "Get this free My Ad Finder to Ads", "background": { "service_worker": "background.js", "matches": [ "<all_urls>" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/x.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/www.google.com\/*", "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_start" } ], "icons": { "32": "images\/icon128.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "32": "images\/icon128.png", "128": "images\/icon128.png" }, "default_title": "Ad Collector\u2122", "default_popup": "popup\/popup.html" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "<all_urls>" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "icon.png", "youtube.js", "twitter.js", "facebook.js", "googleSearch.js", "googleDisplayAds.js" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "ids": [ "plnpanokbgeabagnmbcamehkcninjbac" ], "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/x.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/www.google.com\/*", "<all_urls>" ] } }