AI Status Notifier Firefox

Examine source code of AI Status Notifier

Inspect and view changes in AI Status Notifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Chat Status Notifier",
  "version": "0.1.2",
  "description": "A Firefox add-on that lets you know when ChatGPT, Claude, or Gemini has finished typing. Don't forget to pin the addon to your toolbar to be able to see when it finishes typing!",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "https://chat.openai.com/*",
    "https://chatgpt.com/*",
    "https://chat.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://chat.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "1024": "icons/icon1024.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "theme_icons": [
      {
        "light": "icons/icon48_white.png",
        "dark": "icons/icon48.png",
        "size": 48
      },
      {
        "light": "icons/icon128_white.png",
        "dark": "icons/icon128.png",
        "size": 128
      }
    ],
    "default_icon": {
      "48": "icons/icon48.png"
    },
    "default_title": "Is ChatGPT Typing?"
  },
  "web_accessible_resources": [
    "content_script.js"
  ],
  "developer": {
    "name": "Smolk LLC",
    "url": "https://www.smolkin.org/addons/ChatGPT-Status-Notifier.html"
  },
  "homepage_url": "https://www.smolkin.org/addons/ChatGPT-Status-Notifier.html",
  "author": "Smolk LLC",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{47d018dd-59c1-4de0-abca-c010ca272a81}"
    }
  }
}

Best AI Status Notifier Alternatives

Here are some Firefox add-ons that are similar to AI Status Notifier: