AliHunter - AliExpress Dropship Spy (Zopi)

AliHunter - AliExpress Dropship Spy (Zopi)

Effortlessly track and analyze AliExpress products and Shopify stores to gain decisive insights.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "AliHunter - AliExpress Dropship Spy (Zopi)",
  "version": "3.1.0.10",
  "default_locale": "en",
  "description": "Effortlessly track and analyze AliExpress products and Shopify stores to gain decisive insights.",
  "author": "Thoi Tran",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "externally_connectable": {
    "matches": [
      "https://*.alitools.io/*",
      "https://*.aliexpress.com/*",
      "https://*.alihunter.io/*",
      "https://*.aliorders.io/*"
    ]
  },
  "background": {
    "service_worker": "assets/js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "assets/js/vendors.js",
        "assets/js/content_script.js"
      ],
      "css": [
        "assets/css/content_script.css"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'",
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'https://*.aliexpress.com/*' 'https://*.aliexpress.us/*' 'https://www.googletagmanager.com/*'; child-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "assets/images/*.png",
        "assets/svg/*.svg",
        "assets/data_json/*.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage",
    "scripting",
    "notifications",
    "webRequest",
    "webNavigation",
    "cookies"
  ],
  "host_permissions": [
    "*://*.aliexpress.com/*",
    "https://*.alitools.io/*",
    "https://*.alihunter.io/*"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ]
}