AliPrice Search by image for China import

AliPrice Search by image for China import

AliPrice Search by image allows you to easily find the source goods on e-commerce websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_EXTENSION_NAME__",
  "short_name": "__MSG_EXTENSION_NAME__",
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "version": "3.0.19",
  "manifest_version": 3,
  "default_locale": "en",
  "homepage_url": "https://www.aliprice.com?ext_id=1077&channel=chrome&platform=alibaba_search_by_image&version=3.0.19&browser=chrome&mv=3",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "assets/js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "assets/js/chunk-common.js",
        "assets/js/chunk-vendors.js",
        "assets/js/content-script.js"
      ],
      "css": [
        "assets/css/chunk-common.css",
        "assets/css/content-script.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true
    },
    {
      "js": [
        "assets/js/chunk-common.js",
        "assets/js/chunk-vendors.js",
        "assets/js/content-script-2.js"
      ],
      "css": [
        "assets/css/chunk-common.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "alarms",
    "contextMenus",
    "cookies",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "notifications",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "*://*.aliprice.com/*",
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ],
  "optional_permissions": [
    "downloads"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/*"
      ]
    }
  ]
}