Ads Library Expander

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

什么是Ads Library Expander?

Ads Library Expander是由Ouldemessaoud Hichem开发的Chrome扩展程序,该扩展的主要功能是“Optimize Facebook Ads Library with our Chrome extension. Streamline research, save time!”。

扩展截图

screenshot

下载Ads Library Expander扩展crx文件

下载Ads Library Expander扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Ads Library Expander Ads Library Expander
ID dbbkaoofefoeconilgpopjlgbkglpege
官方URL https://chromewebstore.google.com/detail/ads-library-expander/dbbkaoofefoeconilgpopjlgbkglpege
简介 Optimize Facebook Ads Library with our Chrome extension. Streamline research, save time!
文件大小 14.6 KB
安装次数 139
当前版本 1.01
更新时间 2023-08-20
上架时间 2023-08-16
评分 5.00/5 共13次评分
开发者 Ouldemessaoud Hichem
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://adslibraryexpander.blogspot.com/2023/08/privacy-policy.html
支持的语言 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"
        }
    }
}