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": "Sort & Download Facebook Ad Library Ads + Unlock Reach & Ad Spend with ALA",
"version": "1.3.2",
"description": "Sort ads by reach, see real-time reach & estimate ad spend in the Meta Ad Library. For European Facebook & Instagram audiences.",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"*:\/\/*.facebook.com\/*",
"https:\/\/api.gladia.io\/*",
"https:\/\/us-central1-ad-library-accelerator.cloudfunctions.net\/*",
"https:\/\/api.eu.amplitude.com\/*",
"https:\/\/region1.eu.amplitude.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.facebook.com\/ads\/library*"
],
"js": [
"jspdf.min.js",
"content.js"
],
"run_at": "document_start"
}
],
"action": {
"default_popup": "popup.html",
"default_title": "FB Ads GraphQL Interceptor"
},
"web_accessible_resources": [
{
"resources": [
"injected.js"
],
"matches": [
"*:\/\/www.facebook.com\/*"
]
}
]
}