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 - это расширение Chrome, разработанное https://mazepool.com, и его основная функция - "Make your market research on Facebook Ad library 10x more effective by using filters and automations.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Mazepool- Facebook Ads library tool

Скачайте файлы расширений 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
Официальный URL 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"
    ]
}