Mazepool- Facebook Ads library tool

Make your market research on Facebook Ad library 10x more effective by using filters and automations.

什麼是Mazepool- Facebook Ads library tool?

Mazepool- Facebook Ads library tool是由https://mazepool.com開發的Chrome擴展程式,該擴展的主要功能是“Make your market research on Facebook Ad library 10x more effective by using filters and automations.”。

擴展截圖

screenshot
screenshot

下載Mazepool- Facebook Ads library tool擴展crx文件

下載Mazepool- Facebook Ads library tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        With our FREE chrome extension, you'll never have to scroll for hours to find your ads. Simply specify the filters you want to use on the ads and let Mazepool take over from there. It will automatically find every ad that satisfies the filter.

Save hundreds of dollars on expensive product research tools. Get your own ads / creatives that are unique to you. 

Features:

- Filter by the number of Ads a page is using.
- Automatically scroll and stop the Ads library when required number of ads is found.


Please let us know if you have any features suggestions or feedback. 

> mazepool.com/help                    

擴展基本資訊

名稱 Mazepool- Facebook Ads library tool Mazepool- Facebook Ads library tool
ID cafmigipilphondjhnglkjpmggbmgldf
官方網址 https://chrome.google.com/webstore/detail/mazepool-facebook-ads-lib/cafmigipilphondjhnglkjpmggbmgldf
簡介 Make your market research on Facebook Ad library 10x more effective by using filters and automations.
檔案大小 105 KB
安裝次數 150
目前版本 3.5
更新時間 2023-02-18
上架時間 2022-10-21
評分 5.00/5 共 1 次評分
開發者 https://mazepool.com
電子郵箱 [email protected]
付費類型 in_app
說明頁面URL https://mazepool.com/pages/contact
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mazepool- Facebook Ads library tool",
    "short_name": "Mazepool",
    "version": "3.5",
    "author": "Mazepool.com",
    "description": "Make your market research on Facebook Ad library 10x more  effective by using filters and automations.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "16.png",
        "32": "16.png",
        "64": "16.png",
        "128": "16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/ads\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "content_script.css"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}