AliScanImage - Search Aliexpres By Image

AliScanImage - Search Aliexpres By Image

Right click to image and Aliexpress Scan Image - Search Products By Image. List site support: amazon, ebay and etsy.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.2",
  "manifest_version": 2,
  "name": "AliScanImage - Search Aliexpres By Image",
  "description": "Right click to image and Aliexpress Scan Image - Search Products By Image. List site support: amazon, ebay and etsy.com",
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icons/icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/libs/jquery.min.js",
        "js/ct.js"
      ],
      "css": [
        "css/content.css"
      ],
      "matches": [
        "*://*.amazon.com/*",
        "*://*.amazon.co.uk/*",
        "*://*.amazon.fr/*",
        "*://*.amazon.ca/*",
        "*://*.amazon.co.jp/*",
        "*://*.ebay.com/*",
        "*://*.ebay.co.uk/*",
        "*://*.ebay.fr/*",
        "*://*.ebay.ca/*",
        "*://*.etsy.com/*",
        "*://*.aliexpress.com/*",
        "*://*.alipay.com/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "contextMenus",
    "https://api.dropshipautoorder.info/",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com https://connect.facebook.net https://facebook.com https://www.google-analytics.com https://www.googletagmanager.com; object-src 'self'",
  "web_accessible_resources": [
    "css/content.css",
    "icons/close.png",
    "icons/icon.png",
    "js/libs/jquery.min.js"
  ],
  "background": {
    "page": "background.html"
  }
}