AliExpress search by Image

AliExpress search by Image

AliExpress Search by Image with an image url or image file.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "menu.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "action": {
    "default_icon": {
      "16": "/images/img-search16.png",
      "32": "/images/img-search32.png",
      "48": "/images/img-search48.png",
      "128": "/images/img-search128.png"
    }
  },
  "icons": {
    "16": "/images/img-search16.png",
    "32": "/images/img-search32.png",
    "48": "/images/img-search48.png",
    "128": "/images/img-search128.png"
  },
  "options_page": "options.html",
  "host_permissions": [
    "https://api.zapiex.com/",
    "*://*/*",
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}