Claude Counter Firefox

Examine source code of Claude Counter

Inspect and view changes in Claude Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Claude Counter",
  "version": "0.4.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "{cf7799c8-d878-41ff-8005-167bee7ab3d6}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "Shows ~token count, cache timer, and native session/weekly usage bars on claude.ai.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png"
  },
  "action": {
    "default_title": "Claude Counter",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "96": "icons/icon96.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "css": [
        "src/styles.css"
      ],
      "js": [
        "src/content/constants.js",
        "src/content/bridge-client.js",
        "src/vendor/o200k_base.js",
        "src/content/tokens.js",
        "src/content/ui.js",
        "src/content/main.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/injected/bridge.js"
      ],
      "matches": [
        "https://claude.ai/*"
      ]
    }
  ]
}

Best Claude Counter Alternatives

Here are some Firefox add-ons that are similar to Claude Counter: