Social Ad Peek

See your competition's social ads with just 1 click.

What is Social Ad Peek?

Social Ad Peek is a Chrome extension developed by https://socialadpeek.com, and its main feature is "See your competition's social ads with just 1 click.".

Extension Screenshots

screenshot

Download Social Ad Peek Extension CRX File

Download Social Ad Peek 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

                        From any competitor's website, simply click the extension and you'll open the Facebook Ad Library in a new tab with the competitor's ads pre-loaded. With this extension, you'll save time and do more competitive research - a true win win!

This is an important extension in the toolkit of any digital marketer.  We all intend to deep competitive research, but during the chaos of day-to-day work, its easy to put this off. Say goodbye to procrastination because with Social Ad Peek, competitive social intelligence is just 1 click away. 

Social Ad Peek is the only working, actively updated extension focused on making competitive social research easy. When you install this free, lightweight extension you will reduce the friction of firing up Facebook Ad LIbrary and searching for a brand. With this free digital marketing plugin, you can jump straight to the appropriate Facebook Ads listing page directly from your competitor's website.                    

Extension Basic Information

Name Social Ad Peek Social Ad Peek
ID gdplmfbhobjgfcigdpmjnhilhehccmnc
Official URL https://chromewebstore.google.com/detail/social-ad-peek/gdplmfbhobjgfcigdpmjnhilhehccmnc
Description See your competition's social ads with just 1 click.
File Size 30 KB
Installation Count 85
Current Version 0.1.2
Last Updated 2022-07-21
Publish Date 2022-03-30
Rating 5.00/5 Total 1 Ratings
Developer https://socialadpeek.com
Email [email protected]
Payment Type free
Extension Website https://www.socialadpeek.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Social Ad Peek",
    "short_name": "Social Ad Peek",
    "description": "See your competition's social ads with just 1 click.",
    "version": "0.1.2",
    "icons": {
        "16": "icons\/logo_16.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128x128.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "",
        "https:\/\/*.facebook.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Social Add Peek",
        "default_icon": {
            "16": "icons\/logo_16.png",
            "48": "icons\/logo_48.png",
            "128": "icons\/logo_128x128.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}