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": "Save Facebook Ads - View Meta Ad Spend - Adscan.ai",
"version": "2.0.5",
"description": "Save ads from Facebook, TikTok, Google, and LinkedIn to your AdScan boards",
"permissions": [
"storage",
"tabs",
"scripting"
],
"host_permissions": [
"https:\/\/*.facebook.com\/*",
"https:\/\/ads.tiktok.com\/*",
"https:\/\/library.tiktok.com\/*",
"https:\/\/transparencyreport.google.com\/*",
"https:\/\/adstransparency.google.com\/*",
"https:\/\/www.youtube.com\/*",
"https:\/\/www.linkedin.com\/*",
"https:\/\/adscan.ai\/*",
"https:\/\/*.r2.cloudflarestorage.com\/*",
"https:\/\/*.cloudflarestorage.com\/*",
"https:\/\/*.upstash.io\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/*.facebook.com\/ads\/library\/*"
],
"js": [
"inject-graphql-extractor.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/*.facebook.com\/*",
"https:\/\/ads.tiktok.com\/*",
"https:\/\/library.tiktok.com\/*",
"https:\/\/transparencyreport.google.com\/*",
"https:\/\/www.linkedin.com\/*"
],
"js": [
"content-graphql.js",
"content-platforms.js",
"content-board-ui.js",
"content-save.js",
"content-utils.js",
"content-buttons.js",
"content-download.js",
"content-messages.js",
"content-core.js",
"content.js"
]
},
{
"matches": [
"https:\/\/adstransparency.google.com\/*",
"https:\/\/transparencyreport.google.com\/*"
],
"js": [
"content-graphql.js",
"content-platforms.js",
"content-board-ui.js",
"content-save.js",
"content-utils.js",
"content-buttons.js",
"content-download.js",
"content-messages.js",
"content-core.js",
"content-google-debug.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/*.facebook.com\/ads\/library\/*"
],
"js": [
"facebook-summary-handler.js",
"facebook-eu-spend.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/adscan.ai\/auth\/extension*"
],
"js": [
"auth-content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/logo-white-xs.png",
"facebook-eu-spend.css",
"flags.json",
"graphql-extractor.js"
],
"matches": [
"https:\/\/*.facebook.com\/*",
"https:\/\/ads.tiktok.com\/*",
"https:\/\/library.tiktok.com\/*",
"https:\/\/transparencyreport.google.com\/*",
"https:\/\/adstransparency.google.com\/*",
"https:\/\/www.linkedin.com\/*"
],
"use_dynamic_url": false
}
]
}