Ad Collector

Ad Collector

The Ad Collector is your solution to creating proven profitable FB ads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/background.js"
  },
  "icons": {
    "16": "images/60eae92ca1974c03c4414d82-Ad_Collector_-1663061599272-small_icon.png",
    "48": "images/60eae92ca1974c03c4414d82-Ad_Collector_-1663061599401-medium_icon.png",
    "128": "images/60eae92ca1974c03c4414d82-Ad_Collector_-1663061599582-large_icon.png"
  },
  "action": {
    "default_popup": "./login.html",
    "default_title": "Ad Collector "
  },
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/vendor.js",
        "js/sweetalert2.all.min.js",
        "js/helper.js",
        "js/content.js"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ]
    }
  ],
  "description": "The Ad Collector  is your solution to creating proven profitable FB ads",
  "manifest_version": 3,
  "name": "Ad Collector ",
  "options_page": "./dashboard.html",
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "*://*.facebook.com/*"
  ],
  "version": "2.0.3",
  "web_accessible_resources": [
    {
      "resources": [
        "css/contentScript.css",
        "images/*"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ]
    }
  ],
  "short_name": "AC"
}