AliDown - Aliexpress Images Downloader

AliDown - Aliexpress Images Downloader

One Click: Download Aliexpress Product Images & Description for Your Drop shipping business.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "js": [
        "lib/jquery-3.2.1.min.js",
        "js/domTask.js"
      ],
      "matches": [
        "*://*.aliexpress.com/item/*"
      ]
    }
  ],
  "description": "One Click: Download Aliexpress Product Images & Description for Your Drop shipping business.",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "AliDown - Aliexpress Images Downloader",
  "permissions": [
    "*://*.aliexpress.com/*",
    "downloads",
    "management"
  ],
  "short_name": "One Click: Aliexpress Product Images & Description Downloader",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.2",
  "web_accessible_resources": [
    "message.html"
  ],
  "browser_action": {
    "default_icon": "images/icon48.png",
    "default_title": "AliDown",
    "default_popup": "popup.html"
  }
}