AliExpress Image Zoom and Search

AliExpress Image Zoom and Search

Zoom picture of AliExpress product and search by image

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon32.png"
    },
    "default_popup": "popup.html",
    "default_title": "AliExpress Image Zoom and Search"
  },
  "content_scripts": [
    {
      "js": [
        "js/myscripts.js"
      ],
      "matches": [
        "https://*.aliexpress.com/*",
        "https://*.aliexpress.ru/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Zoom picture of AliExpress product and search by image",
  "background": {
    "scripts": [
      "back.js"
    ]
  },
  "icons": {
    "16": "images/icon16.png",
    "19": "images/icon47.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "6.0",
  "name": "AliExpress Image Zoom and Search",
  "permissions": [
    "contextMenus"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3.3.4"
}