Pinduoduo search by image

Pinduoduo search by image

With it you can search by image to find the same products on Pinduoduo, 1688, Taobao, AliExpress, Alibaba, Shopee, and eBay.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_EXTENSION_NAME__",
  "short_name": "__MSG_EXTENSION_NAME__",
  "version": "2.1.7",
  "manifest_version": 2,
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "homepage_url": "https://www.aliprice.com?ext_id=20228&channel=firefox&platform=pinduoduo_search_by_image&version=2.1.7&browser=firefox",
  "default_locale": "zh_CN",
  "applications": {
    "gecko": {
      "id": "{3462da95-77bb-40c7-f85b-dbf48372112f}"
    }
  },
  "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/daigou-midway.contentScript.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/*"
  ]
}