E-commerce Helper

E-commerce Helper

download images in 1688, alibaba, aliexpress, amazon, shopee, ebay, taobao,made-in-china

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "E-commerce Helper",
  "version": "0.4",
  "author": "[email protected]",
  "homepage_url": "https://github.com/BigSully/ecommerce_helper",
  "commands": {
    "DOWNLOAD_IMAGES": {
      "description": "Download images",
      "suggested_key": {
        "windows": "Alt+D",
        "mac": "Alt+D",
        "chromeos": "Alt+D",
        "linux": "Alt+D"
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "page": "background.html"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}