Examine source code of Get Them All Downloader | Online Downloader

Inspect and view changes in Get Them All Downloader | Online Downloader 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
{
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "24": "icons/icon-24.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png"
    },
    "default_popup": "index.html",
    "default_title": "Downloads"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "chromeos": "Alt+J",
        "linux": "Alt+J",
        "mac": "Alt+J",
        "windows": "Alt+J"
      }
    }
  },
  "icons": {
    "16": "images/download16.png",
    "32": "images/download32.png",
    "48": "images/download48.png",
    "64": "images/download64.png",
    "128": "images/download128.png"
  },
  "default_locale": "en_US",
  "description": "__MSG_appDesc__",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "optional_permissions": [
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "downloads",
    "downloads.open",
    "storage"
  ],
  "short_name": "Downloads",
  "version": "5.0.7",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}