Contributors on Github Firefox

Examine source code of Contributors on Github

By: Henry Add-on
Inspect and view changes in Contributors on Github source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Contributors on Github",
  "description": "Show Contributor Stats on Github",
  "version": "25.4.17.109",
  "short_name": "Stats on Github",
  "icons": {
    "128": "/icon-128.png"
  },
  "homepage_url": "https://github.com/hzoo/contributors-on-github",
  "permissions": [
    "storage",
    "https://github.com/*/*",
    "https://api.github.com/*"
  ],
  "minimum_chrome_version": "88",
  "browser_specific_settings": {
    "gecko": {
      "id": "contributors-on-github-test@hzoo.github.com",
      "strict_min_version": "109.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "128": "/icon-128.png"
    },
    "default_title": "Contributors on Github Settings"
  }
}

Best Contributors on Github Alternatives

Here are some Firefox add-ons that are similar to Contributors on Github: