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": "Ads with the Button",
"description": "Filter search results in Facebook Meta Ad Library by button name. Hide or highlight ads without the button",
"version": "0.0.6",
"icons": {
"128": "images\/off.png"
},
"background": {
"service_worker": "sw\/sw.js",
"type": "module"
},
"action": {
"default_title": "Detect buttons"
},
"permissions": [
"scripting",
"activeTab",
"storage"
],
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"web_accessible_resources": [
{
"resources": [
"content\/*",
"shared\/*"
],
"matches": [
"<all_urls>"
],
"use_dynamic_url": true
}
]
}