Downloadyze Firefox

Examine source code of Downloadyze

Inspect and view changes in Downloadyze source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_title": "__MSG_title__",
    "default_icon": {
      "16": "/app/media/icon.png",
      "24": "/app/media/icon.png",
      "32": "/app/media/icon.png"
    },
    "default_popup": "/app/popup/popup.html"
  },
  "background": {
    "scripts": [
      "/app/background/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "downloadyze@webextensions",
      "strict_min_version": "130.0"
    }
  },
  "commands": {
    "_execute_browser_action": {},
    "download": {
      "description": "__MSG_download_command__"
    },
    "stop": {
      "description": "__MSG_stop_command__"
    },
    "pause": {
      "description": "__MSG_pause_command__"
    },
    "return": {
      "description": "__MSG_return_command__"
    },
    "multi1": {
      "description": "__MSG_multi1_command__"
    },
    "multi2": {
      "description": "__MSG_multi2_command__"
    },
    "options": {
      "description": "__MSG_options_command__"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "/app/content/content.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "/app/content/download.js"
      ],
      "all_frames": true
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "/app/media/icon.png",
    "48": "/app/media/icon.png",
    "128": "/app/media/icon.png"
  },
  "manifest_version": 3,
  "name": "__MSG_store_name__",
  "options_page": "/app/options/options.html",
  "permissions": [
    "activeTab",
    "contextMenus",
    "declarativeNetRequestWithHostAccess",
    "downloads",
    "scripting",
    "storage"
  ],
  "short_name": "__MSG_short_name__",
  "version": "5",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "/shr/picker/picker.html"
      ]
    }
  ]
}

Best Downloadyze Alternatives

Here are some Firefox add-ons that are similar to Downloadyze: