Save Ads from Facebook Ad Library, TikTok and Instagram, Ad Spy Tool for Your Competitor.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "1.0.26.2",
"default_locale": "en",
"icons": {
"16": "/assets/logo.png",
"32": "/assets/logo.png",
"48": "/assets/logo.png",
"128": "/assets/logo.png",
"300": "/assets/logo.png",
"500": "/assets/logo.png"
},
"action": {
"default_title": "__MSG_name__",
"default_popup": "popup/index.html",
"default_icon": {
"16": "assets/logo.png",
"32": "assets/logo.png",
"48": "assets/logo.png",
"128": "assets/logo.png"
}
},
"background": {
"service_worker": "background/index.js"
},
"content_scripts": [
{
"js": [
"content-script/index.js"
],
"css": [
"content-script/index.css"
],
"matches": [
"<all_urls>"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"/manifest.json",
"content-script/*",
"images/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"https://facebook.com/*",
"https://tiktok.com/*",
"https://ads.tiktok.com/*",
"https://denote.net/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}