Examine source code of My downloads

Inspect and view changes in My downloads 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
{
  "manifest_version": 3,
  "name": "__MSG_manifestname__",
  "version": "1.0",
  "description": "__MSG_description__",
  "action": {
    "default_icon": {
      "16": "img/16.png",
      "48": "img/48.png",
      "128": "img/128.png"
    }
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "zh_CN"
}