Ad Library - Save Facebook TikTok - Foreplay

Save ads from TikTok and Facebook Ad Library with one click.

What is Ad Library - Save Facebook TikTok - Foreplay?

Ad Library - Save Facebook TikTok - Foreplay is a Chrome extension developed by https://foreplay.co, and its main feature is "Save ads from TikTok and Facebook Ad Library with one click.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Ad Library - Save Facebook TikTok - Foreplay Extension CRX File

Download Ad Library - Save Facebook TikTok - Foreplay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Foreplay.co is the #1 way to Save ads from TikTok Creative Center, Facebook AdLibrary, LinkedIn Ad Library and more. Organize them into boards and then share them with you team or agency.

We built Foreplay for Google Chrome to help you save ads and video content with one click.

Key Features
• Save ads from Facebook AdLibrary
• Save ads from TikTok
• Save Videos, Images, & Reels from Instagram
• Save ads from LinkedIn Ad Library
• Save Content from YouTube Shorts
• Organize ad inspiration into boards
• No Expired Links: Saved ads get stored in the cloud and you have access forever.
• All Ad Types Supported including DCO / Carousel
• Save Ad Copy, Landing Page Screenshot and More! 
• Tag your Ads
• Filter By Niche
• Filter By Format 
• Share Links: Create a link to share a board with anyone
• Download ads that you save as .mp4
• Embed into Notion: Easily embed a board into any Notion page.

Additional Features:
• Discovery Library with +5M curated ads
• AI Ad Brief Builder
• Spyder - 24/7 Competitor Tracker                    

Extension Basic Information

Name Ad Library - Save Facebook TikTok - Foreplay Ad Library - Save Facebook TikTok - Foreplay
ID eaancnanphggbfliooildilcnjocggjm
Official URL https://chromewebstore.google.com/detail/ad-library-save-facebook/eaancnanphggbfliooildilcnjocggjm
Description Save ads from TikTok and Facebook Ad Library with one click.
File Size 202 KB
Installation Count 10,000
Current Version 2.0.7
Last Updated 2024-03-04
Publish Date 2022-01-13
Rating 4.99/5 Total 126 Ratings
Developer https://foreplay.co
Email [email protected]
Payment Type free
Extension Website https://foreplay.co/
Help Page URL https://foreplay.co/
Privacy Policy Page URL https://www.foreplay.co/page/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Library - Save Facebook TikTok - Foreplay",
    "description": "Save ads from TikTok and Facebook Ad Library with one click.",
    "version": "2.0.7",
    "manifest_version": 3,
    "homepage_url": "https:\/\/foreplay.co",
    "icons": {
        "16": "src\/icons\/icon_16.png",
        "48": "src\/icons\/icon_48.png",
        "128": "src\/icons\/icon_128.png"
    },
    "action": {
        "default_popup": "src\/popup.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.adison.io\/*",
            "*:\/\/*.foreplay.co\/*",
            "*:\/\/*.nostalgic-gates-426414.netlify.app\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "assets\/controller-loader.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/ads\/library*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "js": [
                "assets\/adLibrary-loader.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/ads\/library*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "assets\/controller-loader.js"
            ],
            "matches": [
                "*:\/\/app.foreplay.co\/*",
                "*:\/\/app.adison.io\/*",
                "*:\/\/localhost\/*"
            ]
        },
        {
            "js": [
                "assets\/inject.js-loader.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "http:\/\/*.tiktok.com\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "src\/assets\/index.css",
                "assets\/style.css"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "resources": [
                "fbInject.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "resources": [
                "injected.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "assets\/index-786c702c.js",
                "assets\/index-4f238213.js",
                "assets\/reactivity.esm-bundler-75ae0235.js",
                "assets\/controller-359d966f.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "resources": [
                "assets\/adLibrary-2f69a899.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "resources": [
                "assets\/inject.js-6aa1e335.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.linkedin.com\/*"
    ]
}