GitHub Trending Button Firefox

Examine source code of GitHub Trending Button

Inspect and view changes in GitHub Trending Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Trending Button",
  "version": "1.4",
  "description": "Adds a button with a link to the GitHub Trending page",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-trending@macielg1.com",
      "strict_min_version": "109.0"
    }
  }
}

Best GitHub Trending Button Alternatives

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