MagicBrief - Save Facebook & TikTok ads

Save ad inspiration straight from the Facebook & Tiktok ad libraries, then rework them in your own storyboards.

MagicBrief - Save Facebook & TikTok adsคืออะไร?

MagicBrief - Save Facebook & TikTok ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://magicbrief.com และคุณลักษณะหลักของมันคือ "Save ad inspiration straight from the Facebook & Tiktok ad libraries, then rework them in your own storyboards."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MagicBrief - Save Facebook & TikTok ads

ดาวน์โหลดไฟล์ส่วนขยาย MagicBrief - Save Facebook & TikTok ads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing MagicBrief, a powerful Chrome extension that allows you to save, analyse, and deconstruct ads from the Facebook and TikTok ad libraries with just a single click. MagicBrief is the fastest way to save facebook ads. 

Save ads from Facebook, Instagram and TikTok: With MagicBrief, you can easily save ads from both Meta and TikTok ad libraries using the Chrome Extension. The ads will remain in your library even when the brand stops running them.

MagicAI: Leverage the power of artificial intelligence to automatically break down your saved ads into their individual scenes. Once you've broken an ad down, you can automatically create a new storyboard using the scenes.

Collaborate and share: Share your ad collection with team members, clients, or colleagues, granting them access to specific folders or your entire collection. This is great if you're working with a team that you need to share ad inspiration with.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MagicBrief - Save Facebook & TikTok ads MagicBrief - Save Facebook & TikTok ads
ID nmgliaofodcipdklfpkokjpaeaagjmjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/magicbrief-save-facebook/nmgliaofodcipdklfpkokjpaeaagjmjk
คำอธิบาย Save ad inspiration straight from the Facebook & Tiktok ad libraries, then rework them in your own storyboards.
ขนาดไฟล์ 333 KB
จำนวนการติดตั้ง 3,646
เวอร์ชันปัจจุบัน 1.5.5
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2022-09-13
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://magicbrief.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://magicbrief.com
URL หน้าช่วยเหลือ https://magicbrief.com/support
URL หน้านโยบายความเป็นส่วนตัว https://magicbrief.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "src\/pages\/background.js"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ads.tiktok.com\/*"
            ],
            "all_frames": true,
            "js": [
                "src\/pages\/tiktokContent.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/library.tiktok.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "src\/pages\/tiktokLibraryContent.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/ads\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "src\/pages\/facebookContent.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/ads\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "world": "MAIN",
            "js": [
                "src\/pages\/facebookInjectionScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "src\/pages\/tiktokMainContent.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "world": "MAIN",
            "js": [
                "src\/pages\/tiktokMainInjectionScript.js"
            ]
        }
    ],
    "version": "1.5.5",
    "permissions": [
        "storage"
    ],
    "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'"
    },
    "name": "MagicBrief - Save Facebook & TikTok ads",
    "description": "Save ad inspiration straight from the Facebook & Tiktok ad libraries, then rework them in your own storyboards.",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.magicbrief.com\/*"
        ]
    }
}