Ads Winner

Ads Winner

How AdsWinner Work ? šŸš€ Discover top-performing ads, products, and marketing strategies using the number of ads they're duplicatedā€¦

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ads Winner",
  "version": "1.2.8",
  "description": "",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "cookies"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "index.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/ads/library/*",
        "https://*.facebook.com/ads/library/*",
        "https://facebook.com/ads/library/*",
        "https://web.facebook.com/ads/library/*"
      ],
      "js": [
        "libs/axios.min.js",
        "extension.js"
      ]
    }
  ],
  "host_permissions": [
    "https://app.develop.ads-winner.com/*",
    "https://app.ads-winner.com/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' http://localhost:8001/; object-src 'self'"
  },
  "externally_connectable": {
    "matches": [
      "https://app.develop.ads-winner.com/*",
      "https://app.ads-winner.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "libs/axios.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}