Ali Helper - AliExpress Product Research Tool

Ali Helper - AliExpress Product Research Tool

Free AliExpress tool for Dropshipping and Shopping. Quick View price history,similr product,review,Shipping Fee,Delivary Time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Free AliExpress tool for Dropshipping and Shopping. Quick View price history,similr product,review,Shipping Fee,Delivary Time.",
  "version": "1.1.4",
  "manifest_version": 3,
  "name": "Ali Helper - AliExpress Product Research Tool",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.aliexpress.com/item/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "downloads"
  ]
}