WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
MagicBrief - Save Facebook & TikTok ads

MagicBrief - Save Facebook & TikTok ads

View on Chrome Web Store
View MagicBrief - Save Facebook & TikTok ads Chrome Extension on Chrome Web Store
Add to bookmarks
3.1 (10 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Save ad inspiration straight from the Facebook & Tiktok ad libraries, then rework them in your own storyboards.
Type
Extension
Users
4,000 users
1K
Website magicbrief.com
MagicBrief
View author page of MagicBrief
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 14, 2022
Version 1.8.2
Manifest version
3
Updated
Updated on November 12, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View MagicBrief - Save Facebook & TikTok ads Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top