ChatGPT Carbon Tracker Firefox

Examine source code of ChatGPT Carbon Tracker

Inspect and view changes in ChatGPT Carbon Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Carbon Tracker",
  "version": "1.0",
  "description": "Track the carbon footprint of your ChatGPT conversations in real-time",
  "icons": {
    "16": "assets/icon.png",
    "48": "assets/icon.png",
    "128": "assets/icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icon.png",
      "48": "assets/icon.png",
      "128": "assets/icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@GPT.carbon-tracker"
    }
  },
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "https://chatgpt.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best ChatGPT Carbon Tracker Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Carbon Tracker: