Download Shelf Firefox

Examine source code of Download Shelf

Inspect and view changes in Download Shelf source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Download Shelf",
  "version": "2.1resigned1",
  "author": "Axel Forsman",
  "description": "Pimps your downloads.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "downloads",
    "downloads.open",
    "tabs",
    "history",
    "storage"
  ],
  "background": {
    "scripts": [
      "shared.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "match_about_blank": true,
      "run_at": "document_start",
      "js": [
        "shared.js",
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "applications": {
    "gecko": {
      "id": "{a18943fe-b50c-4191-8104-552f1d9fe1d2}",
      "strict_min_version": "63.0"
    }
  },
  "web_accessible_resources": [
    "images/*"
  ]
}

Best Download Shelf Alternatives

Here are some Firefox add-ons that are similar to Download Shelf: