EUSPY

EUSPY

Boost your Meta's Ads Library with EUSPY : Reach, Estimated Spend, Bulk Reveal, Sort Ads, and more...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Boost your Meta's Ads Library with EUSPY : Reach, Estimated Spend, Bulk Reveal, Sort Ads, and more...",
  "manifest_version": 3,
  "name": "EUSPY",
  "version": "2.0.0",
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "byt.js"
  },
  "action": {
    "default_icon": "icons/icon.png",
    "default_title": "EUSPY"
  },
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "host_permissions": [
    "https://*.facebook.com/*",
    "https://euspy.app/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "itr.js",
        "ced.js"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.facebook.com/ads/library/*"
      ],
      "js": [
        "iju.js",
        "pom.js",
        "sed.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "https://*.facebook.com/ads/library/*"
      ],
      "js": [
        "ced.js",
        "ujk.js",
        "psl.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://euspy.app/*"
      ],
      "js": [
        "huy.js"
      ]
    }
  ]
}