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": "MagicBrief - Save Facebook & TikTok ads",
"description": "Save ad inspiration straight from the Facebook & Tiktok ad libraries, then rework them in your own storyboards.",
"version": "1.8.2",
"icons": {
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"permissions": [
"storage"
],
"externally_connectable": {
"matches": [
"*:\/\/*.magicbrief.com\/*"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "MagicBrief",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.facebook.com\/ads\/*"
],
"all_frames": true,
"run_at": "document_end",
"js": [
"content-scripts\/facebook-injection.js"
],
"world": "MAIN"
},
{
"matches": [
"https:\/\/*.facebook.com\/ads\/*"
],
"all_frames": true,
"run_at": "document_end",
"js": [
"content-scripts\/facebook.js"
]
},
{
"matches": [
"https:\/\/library.tiktok.com\/*"
],
"all_frames": true,
"run_at": "document_end",
"js": [
"content-scripts\/tiktok-library.js"
]
},
{
"matches": [
"https:\/\/ads.tiktok.com\/*"
],
"all_frames": true,
"js": [
"content-scripts\/tiktok.js"
]
},
{
"matches": [
"https:\/\/*.tiktok.com\/*"
],
"all_frames": true,
"run_at": "document_end",
"js": [
"content-scripts\/tiktokmain-injection.js"
],
"world": "MAIN"
},
{
"matches": [
"https:\/\/*.tiktok.com\/*"
],
"all_frames": true,
"run_at": "document_end",
"js": [
"content-scripts\/tiktokmain.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content-scripts\/facebook.css"
],
"matches": [
"https:\/\/*.facebook.com\/*"
]
},
{
"resources": [
"content-scripts\/tiktok-library.css"
],
"matches": [
"https:\/\/library.tiktok.com\/*"
]
},
{
"resources": [
"content-scripts\/tiktok.css"
],
"matches": [
"https:\/\/ads.tiktok.com\/*"
]
},
{
"resources": [
"content-scripts\/tiktokmain.css"
],
"matches": [
"https:\/\/*.tiktok.com\/*"
]
}
]
}