Examine source code of Lazada Chat Tuesday API Extension

Inspect and view changes in Lazada Chat Tuesday API Extension 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Lazada Chat Tuesday API Extension",
  "description": "Lazada data scraper - Easy data extraction tools of product, price, sales rank, review",
  "version": "5.2",
  "icons": {
    "48": "icon.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "functions.js",
        "gethtml.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ]
}