Examine source code of My Downloads Button - Open Browser Downloads

Inspect and view changes in My Downloads Button - Open Browser 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
{
  "name": "__MSG_extNameFull__",
  "short_name": "__MSG_extName__",
  "version": "0.1.0",
  "description": "__MSG_extDescription__",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "action": {
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "res/icons/logo_16.png",
      "32": "res/icons/logo_32.png",
      "48": "res/icons/logo_48.png",
      "128": "res/icons/logo_128.png"
    }
  },
  "icons": {
    "16": "res/icons/logo_16.png",
    "32": "res/icons/logo_32.png",
    "48": "res/icons/logo_48.png",
    "128": "res/icons/logo_128.png"
  },
  "permissions": [
    "tabs"
  ],
  "author": "Oziku Technologies LLC",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}