Facebook Ad Library Helper

The extension makes the ability to work with Facebook Ad Library more convenient and faster, displays additional information on ads.

Facebook Ad Library Helperคืออะไร?

Facebook Ad Library Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cpa.rip และคุณลักษณะหลักของมันคือ "The extension makes the ability to work with Facebook Ad Library more convenient and faster, displays additional information on ads."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Facebook Ad Library Helper

ดาวน์โหลดไฟล์ส่วนขยาย Facebook Ad Library Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Shows additional information in the Facebook Ad Library. Targeting details, geo and the language to which the ad is being targeted. Downloading video creatives from Facebook Ads Library.  

v1.5
Facebook has changed the data rendition, removed the GEO on which the ad is shown.

v1.4
The functionality of the extension has been restored

v1.2
Updated the description of errors in the extension.

v1.1
Added a "reach" indicator. Improved the work of the extension.

v1
The extension is adapted to the new Facebook Ads Library interface.

v0.9
Changed product explanations in one place.

v0.8
Fixed a bug caused by changes to the Ad Library page.

v0.7
The extension now downloads video creations at once in .mp4 format.

v0.6
Added support for public advertising.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Facebook Ad Library Helper Facebook Ad Library Helper
ID mmehdbhpbgoegockemckbpjeoflflobc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/facebook-ad-library-helpe/mmehdbhpbgoegockemckbpjeoflflobc
คำอธิบาย The extension makes the ability to work with Facebook Ad Library more convenient and faster, displays additional information on ads.
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 4,419
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2023-11-15
วันที่เผยแพร่ 2023-04-21
คะแนน 4.20/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://cpa.rip
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cpa.rip/en/facebook/ad-library-helper/
URL หน้านโยบายความเป็นส่วนตัว https://cpa.rip/adlibraryhelper/policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Facebook Ad Library Helper",
    "description": "The extension makes the ability to work with Facebook Ad Library more convenient and faster, displays additional information on ads.",
    "version": "1.5",
    "action": {
        "default_icon": "icons\/icon-32.png"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/moment.js",
                "js\/scripts.js",
                "js\/app.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/ads\/library\/*"
            ]
        }
    ]
}