AliExpress Scraper | download images/video

AliExpress Scraper | download images/video

AliExpress Scraper is a utility allows downloading product images, product videos, and HTML descriptions from AliExpress

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AliExpress Scraper | download images/video",
  "description": "AliExpress Scraper is a utility allows downloading product images, product videos, and HTML descriptions from AliExpress",
  "version": "1.1.2",
  "manifest_version": 2,
  "homepage_url": "https://hypercavs.com/aliexpress-scraper/",
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "64": "icons/64x64.png",
    "128": "icons/128x128.png"
  },
  "browser_action": {
    "default_icon": "icons/128x128.png",
    "default_title": "AliExpress Scraper",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background/background.js"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiGK2b2UQnSMqcN7Kl4oYmZPSLKvk/0vK24XxINwQAl7jinjG8/Kt+IdYrWTYRBT5NFGuVQP61kSNBMz03BzW6yS/iUmccp0eMkqERTb8dJyJNcPYXwofvg5wH3Bdzna/fKCE+ynu8ECKlysirS97VCyHAI/xL7QEg0JeS7pzmdWZtcS/V1XT8HRgoUGKsFZox0ZS7dGKHyIqZ46JU2dlMpOQsx3JKf+EypoVsU0gyXlbOGHB7wb8UOB9S415IRRJIWxinAxZ5nzOINEmtUPMHXbdWufGUpOX3irzNKRXK6lrVmXFUtO1FHmS5CTyjHP8CGT39HIDyzrRaLbdB84fwwIDAQAB",
  "oauth2": {
    "client_id": "60599792603-4mcjs9pna40ivf2tl75r1gq1tk86f5mm.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.aliexpress.com/item/*",
        "*://*.aliexpress.ru/item/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "identity",
    "https://hypercavs.com/"
  ]
}