AliExpress Video Finder

AliExpress Video Finder

This tool find AliExpress products that have videos with 1-click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "AliExpress Video Finder",
  "version": "1.0.8",
  "default_locale": "en",
  "description": "This tool find AliExpress products that have videos with 1-click!",
  "author": "E-Media",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "assets/js/vendors.js",
        "assets/js/content_scripts.js"
      ],
      "css": [
        "assets/css/app.css"
      ]
    }
  ],
  "action": {
    "default_title": "AliExpress Video Finder",
    "default_popup": "index.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "background": {
    "service_worker": "assets/js/background.js"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "webRequest",
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}