AdLibNote: Ad Library Downloader Facebook™

Download ads from Facebook™ Ads Library with one click. Save ads video and organize them.

AdLibNote: Ad Library Downloader Facebook™とは何ですか?

AdLibNote: Ad Library Downloader Facebook™はDunkum Sherwinによって開発されたChromeの拡張機能で、その主な機能は「Download ads from Facebook™ Ads Library with one click. Save ads video and organize them.」です。

拡張機能のスクリーンショット

screenshot

AdLibNote: Ad Library Downloader Facebook™拡張機能のCRXファイルをダウンロード

AdLibNote: Ad Library Downloader Facebook™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        AdLibNote is best tool to downloading facebook™ ad videos and images.

AdLibNote is used to download and save ads from Facebook Ad Library, solving the troubles caused by your inability to download ads and improving your work efficiency.

Features:
• Download and Save Facebook and Instagram Ads from the Facebook Ad Library
• Supports all ad types including DCO / Carousel

Q&A:
Q1: What is the Facebook Ad Library?
A1: It is provided by Meta. You can use it to get information about the ads you see. For all ads, you can search for ads that are currently active on the Meta Products.

Q2: how do I search it?
A2: You can view and use the Ads Library by visiting the address https://www.facebook.com/ads/library.

Q3: Is the AdLibNote extension free?
A3: Yes, AdLibNote is a free extension, we will not charge users any fees for this feature. At the same time, we will not reduce the user experience because it is free. Instead, you will enjoy faster response time, unlimited access and high-priority customer support. Our ultimate goal is to provide you with the best possible service in a free, easy-to-use manner.

Q4: Does the AdLibNote extension require login?
A4: No, the extension works without login, but you must have a Facebook account to access https://www.facebook.com/ads/library.

NOTE:
Facebook is a trademark of Meta Inc., registered in the U.S. This is an independent project and has no relationship to Meta or Meta Inc.                    

拡張機能の基本情報

名前 AdLibNote: Ad Library Downloader Facebook™ AdLibNote: Ad Library Downloader Facebook™
ID efaadoiclcgkpnjfgbaiplhebcmbipnn
公式URL https://chromewebstore.google.com/detail/adlibnote-ad-library-down/efaadoiclcgkpnjfgbaiplhebcmbipnn
説明 Download ads from Facebook™ Ads Library with one click. Save ads video and organize them.
ファイルサイズ 189 KB
インストール数 2,000
現在のバージョン 1.0.3
最終更新日 2024-02-05
公開日 2023-07-01
評価 4.67/5 合計 3 レビュー
開発者 Dunkum Sherwin
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://denote.net/browser-extension-privacy-policy
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.3",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/**"
            ],
            "js": [
                "content-script\/index.js"
            ],
            "css": [
                "content-script\/index.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "permissions": [
        "downloads",
        "storage",
        "tabs"
    ],
    "action": {
        "default_title": "Facebook Ads Center Video&Data Downloader",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "images\/icon\/16.png",
            "32": "images\/icon\/32.png",
            "48": "images\/icon\/48.png",
            "128": "images\/icon\/128.png",
            "300": "images\/icon\/300.png",
            "500": "images\/icon\/500.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/icon\/16.png",
        "32": "images\/icon\/32.png",
        "48": "images\/icon\/48.png",
        "128": "images\/icon\/128.png",
        "300": "images\/icon\/300.png",
        "500": "images\/icon\/500.png"
    }
}