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",
"manifest_version": 3,
"name": "Facebook Ad Library Insights - Filter ADs,Download HD-Videos",
"version": "2.0.6",
"description": "Enhances Meta Ad Library filter, save ADs origin images\/videos, effective competitive analysis.",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.facebook.com\/api\/*"
],
"icons": {
"32": "icons\/32.png",
"128": "icons\/logo.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/ads\/library\/*",
"https:\/\/www.facebook.com\/adlibrary\/*"
],
"js": [
"ExtPay.js",
"content_fb_ad_library.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": {
"128": "icons\/logo.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"icons\/*",
"js\/fb_ad_inject.js",
"popup.js",
"ExtPay.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}