Context Token Counter for ChatGPT Firefox

Examine source code of Context Token Counter for ChatGPT

By: FM
Inspect and view changes in Context Token Counter for ChatGPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Context Token Counter for ChatGPT",
  "version": "1.0.2.0",
  "description": "Counts tokens in ChatGPT to allow an aproximate notion of the context window size and contents.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "jquery-3.7.1.min.js",
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{18826e56-a75a-467b-8fe6-7d6e50a19f04}"
    }
  }
}

Best Context Token Counter for ChatGPT Alternatives

Here are some Firefox add-ons that are similar to Context Token Counter for ChatGPT: