Examine source code of Aliexpress Seller Check

Inspect and view changes in Aliexpress Seller Check 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
{
  "background": {
    "type": "module",
    "scripts": [
      "bg.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "sellercheck@sellercheck",
      "strict_min_version": "110.0"
    }
  },
  "action": {
    "default_icon": "19x19.png",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_chrome_extension_description__",
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_chrome_extension_name__",
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "host_permissions": [
    "https://*.searchbyimage.ru/*"
  ],
  "short_name": "__MSG_chrome_extension_short_name__",
  "version": "1.63",
  "web_accessible_resources": [
    {
      "resources": [
        "background.html",
        "bg.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}