AdLibNote: Ad Library Downloader Facebook™

AdLibNote: Ad Library Downloader Facebook™

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

Merlin
Additional files are visible only to premium users

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": [
        "<all_urls>"
      ]
    }
  ],
  "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"
  }
}