xOmator - AliExpress DropShipping

xOmator - AliExpress DropShipping

Use xOmator extension to quickly filter and download product information (including product images) from AliExpress. Feature…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "xOmator - AliExpress DropShipping",
  "short_name": "xOmator",
  "version": "2.2.7",
  "icons": {
    "16": "assets/img/icon16.png",
    "48": "assets/img/icon48.png",
    "128": "assets/img/icon128.png"
  },
  "permissions": [
    "https://*.aliexpress.com/*",
    "https://*.dashnex.com/*",
    "https://dashnex.com/*",
    "https://*.myecomshop.com/*",
    "https://*.aliexpress.us/*",
    "downloads"
  ],
  "background": {
    "page": "index.html#/background"
  },
  "browser_action": {
    "default_title": "xOmator",
    "default_icon": "assets/img/icon16.png",
    "default_popup": "index.html#/popup"
  },
  "content_scripts": [
    {
      "js": [
        "content_script/jquery.min.js",
        "content_script/doT.min.js",
        "content_script/system.js",
        "content_script/content_script.js",
        "content_script/system.bootstrap.js"
      ],
      "matches": [
        "https://*.aliexpress.us/*",
        "https://*.aliexpress.com/*",
        "https://dashnex.com/*",
        "https://*.dashnex.com/*",
        "https://*.myecomshop.com/*",
        "https://*.alipay.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "assets/img/*.*",
    "assets/templates/*.*",
    "app/popup/setup/auth/*.*"
  ]
}