Aliexpress search by image

Aliexpress search by image

Aliexpress search by image can search for similar Aliexpress products by image on any page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.1.4",
  "name": "__MSG_title__",
  "description": "__MSG_description__",
  "homepage_url": "https://chrome.google.com",
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "host_permissions": [],
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "content_scripts": [],
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "action": {
    "default_icon": "icon/icon48.png",
    "default_title": "popup",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/*",
        "icon/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
  }
}