AI ftPrint - AI Usage Tracker Firefox

Examine source code of AI ftPrint - AI Usage Tracker

Inspect and view changes in AI ftPrint - AI Usage Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI ftPrint — AI Usage & Energy Tracker",
  "version": "1.0.0",
  "description": "Track your AI energy & water footprint across popular AI sites. Control Google AI Overview to reduce your environmental impact.",
  "browser_specific_settings": {
    "gecko": {
      "id": "aiftprint@supernovasoftware",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "collected": false,
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "https://www.google.com/*",
    "https://chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://gemini.google.com/*",
    "https://claude.ai/*",
    "https://www.bing.com/*",
    "https://copilot.microsoft.com/*",
    "https://www.perplexity.ai/*"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/search*"
      ],
      "js": [
        "shared/constants.js",
        "shared/storage.js",
        "shared/calculations.js",
        "content/tracker.js",
        "content/google.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "shared/constants.js",
        "shared/storage.js",
        "shared/calculations.js",
        "content/tracker.js",
        "content/sites/chatgpt.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "shared/constants.js",
        "shared/storage.js",
        "shared/calculations.js",
        "content/tracker.js",
        "content/sites/gemini.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "shared/constants.js",
        "shared/storage.js",
        "shared/calculations.js",
        "content/tracker.js",
        "content/sites/claude.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.bing.com/*",
        "https://copilot.microsoft.com/*"
      ],
      "js": [
        "shared/constants.js",
        "shared/storage.js",
        "shared/calculations.js",
        "content/tracker.js",
        "content/sites/copilot.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.perplexity.ai/*"
      ],
      "js": [
        "shared/constants.js",
        "shared/storage.js",
        "shared/calculations.js",
        "content/tracker.js",
        "content/sites/perplexity.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "popup/onboarding.html",
    "popup/milestone.html"
  ]
}

Best AI ftPrint - AI Usage Tracker Alternatives

Here are some Firefox add-ons that are similar to AI ftPrint - AI Usage Tracker: