AliPrice Search by image for sellers

AliPrice Search by image for sellers

1688 search by image is an extension for shopping on 1688, AE, TB, Shopee, Yiwugo, Pinduoduo, eBay, JD.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_EXTENSION_NAME__",
  "short_name": "__MSG_EXTENSION_NAME__",
  "version": "2.3.47",
  "manifest_version": 2,
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "homepage_url": "https://www.aliprice.com?ext_id=20100&channel=firefox&platform=1688&version=2.3.47&browser=firefox",
  "default_locale": "zh_CN",
  "applications": {
    "gecko": {
      "id": "{5124924c-56a9-4ca7-eed3-8dae18374f9b}"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "*://*.aliprice.com/*",
    "<all_urls>",
    "activeTab",
    "contextMenus",
    "cookies",
    "http://*/*",
    "https://*/*",
    "notifications",
    "storage",
    "tabs",
    "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/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/*"
  ]
}