Done Ding GPT – ChatGPT Notifier Firefox

Examine source code of Done Ding GPT – ChatGPT Notifier

By: Link
Inspect and view changes in Done Ding GPT – ChatGPT Notifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Done Ding GPT - ChatGPT Notifier",
  "version": "1.0.1",
  "description": "Dings and alerts when ChatGPT finishes generating while you're on another tab.",
  "browser_specific_settings": {
    "gecko": {
      "id": "donedinggpt-chatgpt-notifier@link",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "collects_personal_data": false,
        "collects_usage_data": false
      }
    }
  },
  "permissions": [
    "notifications",
    "tabs"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Done Ding GPT – ChatGPT Notifier Alternatives

Here are some Firefox add-ons that are similar to Done Ding GPT – ChatGPT Notifier: