AliExpress Reverse Image Search

AliExpress Reverse Image Search

Reverse search product images on any website on AliExpress to find the cheapest suppliers. Save money and bypass dropshippers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "AliExpress Reverse Search",
  "description": "__MSG_extDescription__",
  "version": "1.0",
  "icons": {
    "16": "res/icon16.png",
    "48": "res/icon48.png",
    "128": "res/icon128.png"
  },
  "default_locale": "en_US",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com;  object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "web_accessible_resources": [
    "res/*",
    "lib/*",
    "*"
  ],
  "browser_action": {
    "default_title": "__MSG_extTitle__",
    "default_icon": "./res/icon128.png"
  }
}