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은(는) https://cpa.rip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension makes the ability to work with Facebook Ad Library more convenient and faster, displays additional information on ads."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Facebook Ad Library Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}