GPTstatus Firefox

Examine source code of GPTstatus

By: Zev
Inspect and view changes in GPTstatus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GPTstatus",
  "version": "1.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "gptstatus@example.org"
    }
  },
  "description": "A browser extension that changes its icon depending on the status of ChatGPT.",
  "homepage_url": "https://github.com/Zev18/gptstatus",
  "icons": {
    "128": "icons/128/operational.png"
  },
  "action": {
    "default_icon": "icons/128/operational.png",
    "default_title": "GPTstatus",
    "default_popup": "html/popup.html"
  },
  "background": {
    "scripts": [
      "js/common.js"
    ]
  },
  "options_ui": {
    "page": "html/options.html",
    "browser_style": true
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}

Best GPTstatus Alternatives

Here are some Firefox add-ons that are similar to GPTstatus: