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
官方網址 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"
        }
    }
}