Mazepool- Facebook Ads library tool

Mazepool- Facebook Ads library tool

Make your market research on Facebook Ad library 10x more effective by using filters and automations.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Mazepool- Facebook Ads library tool",
  "short_name": "Mazepool",
  "version": "3.5",
  "author": "Mazepool.com",
  "description": "Make your market research on Facebook Ad library 10x more  effective by using filters and automations.",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "16.png",
    "32": "16.png",
    "64": "16.png",
    "128": "16.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/ads/*"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "content_script.css"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ]
}