claude-tracker-bars Firefox

Examine source code of claude-tracker-bars

Inspect and view changes in claude-tracker-bars source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Claude Tracker",
  "version": "1.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "claude-tracker@markussela.github.io",
      "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/settings.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",
        "icons/icon128.png"
      ],
      "matches": [
        "https://claude.ai/*"
      ]
    }
  ]
}

Best claude-tracker-bars Alternatives

Here are some Firefox add-ons that are similar to claude-tracker-bars: