Ads Library Expander

Optimize Facebook Ads Library with our Chrome extension. Streamline research, save time!

What is Ads Library Expander?

Ads Library Expander is a Chrome extension developed by Ouldemessaoud Hichem, and its main feature is "Optimize Facebook Ads Library with our Chrome extension. Streamline research, save time!".

Extension Screenshots

screenshot

Download Ads Library Expander Extension CRX File

Download Ads Library Expander 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

                        Our Chrome extension revolutionizes the way you utilize the Facebook Ads Library. If you frequently browse through ads on the library, you know how tedious it can be to manually copy the ad page link, open a new tab, paste the link, and then adjust the country and ad type filters.

With our extension, this process becomes a breeze. Simply click the 'Copy Link' button on the ad page, and our extension takes care of the rest. It seamlessly opens a new tab, pastes the link for you, and automatically selects 'All Countries' and 'All Ad Types' to ensure you get a comprehensive view of the ads.

No more wasting time switching tabs, adjusting filters, and tediously repeating the same steps. Our extension enhances your efficiency and productivity by automating these repetitive tasks, allowing you to focus on analyzing the ads and gathering valuable insights.

Whether you're a marketer, researcher, or advertiser, our extension empowers you to streamline your Facebook Ads Library experience. Spend less time on manual tasks and more time gaining insights from the ads that matter to you.

Try our Chrome extension today and unlock a more efficient and seamless way to explore the Facebook Ads Library. Simplify your ad research process, save time, and uncover valuable advertising trends with ease!                    

Extension Basic Information

Name Ads Library Expander Ads Library Expander
ID dbbkaoofefoeconilgpopjlgbkglpege
Official URL https://chromewebstore.google.com/detail/ads-library-expander/dbbkaoofefoeconilgpopjlgbkglpege
Description Optimize Facebook Ads Library with our Chrome extension. Streamline research, save time!
File Size 14.6 KB
Installation Count 139
Current Version 1.01
Last Updated 2023-08-20
Publish Date 2023-08-16
Rating 5.00/5 Total 13 Ratings
Developer Ouldemessaoud Hichem
Email [email protected]
Payment Type free
Privacy Policy Page URL https://adslibraryexpander.blogspot.com/2023/08/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ads Library Expander",
    "description": "Optimize Facebook Ads Library with our Chrome extension. Streamline research, save time!",
    "version": "1.01",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "\/images\/money 16.png",
        "32": "\/images\/money 32.png",
        "48": "\/images\/money 48.png",
        "128": "\/images\/money 128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/ads\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/money 16.png",
            "32": "\/images\/money 32.png",
            "48": "\/images\/money 48.png",
            "128": "\/images\/money 128.png"
        }
    }
}