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"
    ]
}