Examine source code of Search by image on AliExpress

Inspect and view changes in Search by image on AliExpress source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "__MSG_EXTENSION_NAME__",
  "short_name": "__MSG_EXTENSION_NAME__",
  "version": "2.2.15.1",
  "manifest_version": 2,
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "homepage_url": "https://www.aliprice.com?ext_id=2019&channel=firefox&platform=aliprice_search_by_image&version=2.2.15&browser=firefox",
  "default_locale": "en",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "*://*.aliprice.com/*",
    "<all_urls>",
    "activeTab",
    "contextMenus",
    "cookies",
    "downloads",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "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": [
        "<all_urls>"
      ],
      "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@aliprice_search_by_image"
    }
  }
}