PrivAdspy - Best dropshipping adspy

PrivAdspy - Best dropshipping adspy

The best spy tool to find your winning product!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PrivAdspy - Best dropshipping adspy",
  "description": "The best spy tool to find your winning product!",
  "version": "1.0.16",
  "content_scripts": [
    {
      "js": [
        "js/script.js"
      ],
      "css": [
        "css/style.css"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/ae.js"
      ],
      "matches": [
        "https://*.aliexpress.com/*"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.facebook.com/*",
    "https://*.openai.com/",
    "https://*.google.com/",
    "https://*.googleusercontent.com/",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "16": "img/icon.png",
      "19": "img/icon_128.png"
    }
  },
  "icons": {
    "128": "img/icon_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/assets/fontello.4f5521dd.eot",
        "/assets/fontello.4f5521dd.eot?#iefix",
        "/assets/fontello.7e8236ea.woff2",
        "/assets/fontello.1865e3f2.woff",
        "/assets/fontello.b1cdaf97.ttf",
        "/assets/fontello.5bb53007.svg?#fontello"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ]
    }
  ]
}