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
公式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
Eメール [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"
    ]
}