MVP Library

MVP Library

Meta Facebook Ad Library autoscroll feature, filter by number of ad copies, dark theme and better user experience!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "MVP Library",
  "description": "Meta Facebook Ad Library autoscroll feature, filter by number of ad copies, dark theme and better user experience!",
  "version": "1.1.4",
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://*.facebook.com/ads/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "css/darkMode.css",
        "css/biggerVideos.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "offline_enabled": true
}