reload Github Firefox

Examine source code of reload Github

Inspect and view changes in reload Github source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "reload Github",
  "version": "2026.1.27",
  "author": "ivysrono",
  "description": "Auto reload github on error occurred.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{1b280e95-14f0-41ad-99e1-2f6e96f2bc9f}"
    }
  },
  "icons": {
    "512": "icons/icon512.png"
  },
  "action": {
    "default_icon": "icons/icon512.png",
    "default_title": "Reload Github"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "notifications",
    "alarms",
    "webRequest",
    "tabs",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "browsingData"
  ],
  "host_permissions": [
    "https://github.com/*"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "web_accessible_resources": [
    {
      "resources": [
        "logs.html",
        "logs.css",
        "logs.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best reload Github Alternatives

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