AI Impact Tracker Firefox

Examine source code of AI Impact Tracker

Inspect and view changes in AI Impact Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.0.4",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "*://bard.google.com/*",
    "*://chat.openai.com/*",
    "*://chatgpt.com/*",
    "*://claude.ai/*",
    "*://gemini.google.com/*"
  ],
  "web_accessible_resources": [
    "popup.html",
    "icons/*",
    "*.css",
    "content-scripts/*",
    "content-scripts/content.css"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://bard.google.com/*",
        "*://chat.openai.com/*",
        "*://chatgpt.com/*",
        "*://claude.ai/*",
        "*://gemini.google.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{13618196-57e2-4580-83dc-8fd238636b2e}"
    }
  }
}

Best AI Impact Tracker Alternatives

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