Mazepool- Facebook Ads library tool

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

Wat is Mazepool- Facebook Ads library tool?

Mazepool- Facebook Ads library tool is een Chrome-extensie ontwikkeld door https://mazepool.com, en de belangrijkste functie is "Make your market research on Facebook Ad library 10x more effective by using filters and automations.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Mazepool- Facebook Ads library tool

Download Mazepool- Facebook Ads library tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Mazepool- Facebook Ads library tool Mazepool- Facebook Ads library tool
ID cafmigipilphondjhnglkjpmggbmgldf
Officiële URL https://chrome.google.com/webstore/detail/mazepool-facebook-ads-lib/cafmigipilphondjhnglkjpmggbmgldf
Beschrijving Make your market research on Facebook Ad library 10x more effective by using filters and automations.
Bestandsgrootte 105 KB
Aantal Installaties 150
Huidige Versie 3.5
Laatst Bijgewerkt 2023-02-18
Publicatiedatum 2022-10-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://mazepool.com
E-mail [email protected]
Betalingswijze in_app
Help Pagina-URL https://mazepool.com/pages/contact
Ondersteunde Talen 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"
    ]
}