Taobao search by image

Taobao search by image

With it you can easily find product sources on Taobao, AliExpress, Alibaba, 1688, Shopee and Pinduoduo

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_EXTENSION_NAME__",
  "short_name": "__MSG_EXTENSION_NAME__",
  "version": "3.2.38",
  "manifest_version": 2,
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "homepage_url": "https://www.aliprice.com?ext_id=20221&channel=firefox&platform=taobao_search_by_image&version=3.2.38&browser=firefox",
  "default_locale": "zh_CN",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "*://*.aliprice.com/*",
    "<all_urls>",
    "activeTab",
    "contextMenus",
    "cookies",
    "downloads",
    "http://*/*",
    "https://*/*",
    "notifications",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/19.png"
  },
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "assets/js/6e657c08-6791-49e7-c0ef-36313e1df4c3.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "assets/js/common.js",
        "assets/js/vendor.js",
        "assets/js/app.js",
        "contentScript.js"
      ],
      "css": [
        "assets/css/common.css",
        "assets/css/contentScript.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "assets/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "jid2-kOqZHmOwLzTaFg@taobao_search_by_image"
    }
  }
}