Count GPT Firefox

Examine source code of Count GPT

By: Abhay Add-on
Inspect and view changes in Count GPT 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": "Count GPT",
  "version": "1.0",
  "description": "Count requests to https://chat.openai.com/backend-api/conversation",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "*://chat.openai.com/backend-api/conversation"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "yolo@fomo"
    }
  }
}

Best Count GPT Alternatives

Here are some Firefox add-ons that are similar to Count GPT: