Claude Meter - Claude Usage Tracker Firefox

Examine source code of Claude Meter - Claude Usage Tracker

Inspect and view changes in Claude Meter - Claude Usage Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content.js",
        "sidebar-usage.js",
        "ui-cleanup.js"
      ]
    },
    {
      "matches": [
        "https://claude.ai/settings/usage*"
      ],
      "run_at": "document_idle",
      "js": [
        "settings-scraper.js"
      ]
    },
    {
      "matches": [
        "https://claude.ai/new*"
      ],
      "run_at": "document_idle",
      "js": [
        "upload-helper.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "115.0",
      "id": "{53bd4d2e-a7d8-4274-9cbf-1662bed79b69}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "Track Claude.ai usage and limits, export chats to Markdown, jump into new chats — works on claude.ai and Claude Code.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "host_permissions": [
    "https://claude.ai/*"
  ],
  "version": "1.2.5",
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Claude Usage Tracker — Chat & Code Export"
  },
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "alarms",
    "scripting",
    "declarativeNetRequest"
  ],
  "name": "Claude Usage Tracker — Chat & Code Export"
}

Best Claude Meter - Claude Usage Tracker Alternatives

Here are some Firefox add-ons that are similar to Claude Meter - Claude Usage Tracker: