Mazepool- Facebook Ads library tool

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

¿Qué es Mazepool- Facebook Ads library tool?

Mazepool- Facebook Ads library tool es una extensión de Chrome desarrollada por https://mazepool.com, y su función principal es "Make your market research on Facebook Ad library 10x more effective by using filters and automations.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Mazepool- Facebook Ads library tool

Descarga archivos de extensión Mazepool- Facebook Ads library tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Mazepool- Facebook Ads library tool Mazepool- Facebook Ads library tool
ID cafmigipilphondjhnglkjpmggbmgldf
URL Oficial https://chrome.google.com/webstore/detail/mazepool-facebook-ads-lib/cafmigipilphondjhnglkjpmggbmgldf
Descripción Make your market research on Facebook Ad library 10x more effective by using filters and automations.
Tamaño del Archivo 105 KB
Cantidad de Instalaciones 150
Versión Actual 3.5
Última Actualización 2023-02-18
Fecha de Publicación 2022-10-21
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://mazepool.com
Correo electrónico [email protected]
Tipo de Pago in_app
URL de la Página de Ayuda https://mazepool.com/pages/contact
Idiomas Soportados 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"
    ]
}