GitHub Downloads Firefox

Examine source code of GitHub Downloads

Inspect and view changes in GitHub Downloads source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Downloads",
  "version": "1.1.1",
  "description": "See the number of downloads next to releases on GitHub",
  "author": "Samuel Meuli",
  "homepage_url": "https://github.com/samuelmeuli/activity-hub",
  "permissions": [
    "*://api.github.com/repos/*"
  ],
  "icons": {
    "48": "./icons/icon-48.png",
    "128": "./icons/icon-128.png",
    "512": "./icons/icon-512.png",
    "1024": "./icons/icon-1024.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*/releases*"
      ],
      "js": [
        "./main.js"
      ]
    }
  ]
}

Best GitHub Downloads Alternatives

Here are some Firefox add-ons that are similar to GitHub Downloads: