ChatGPT Notify Firefox

Examine source code of ChatGPT Notify

By: JPMZ
Inspect and view changes in ChatGPT Notify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "TheJPMZ",
  "manifest_version": 2,
  "name": "ChatGPT Notify",
  "version": "1.1.1",
  "homepage_url": "https://github.com/TheJPMZ/ChatGPT-Notify",
  "description": "Get notified when ChatGPT finishes responding.",
  "permissions": [
    "notifications",
    "<all_urls>",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "memes.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/ChatGPT-16.png",
    "48": "icons/ChatGPT-48.png",
    "64": "icons/ChatGPT-64.png",
    "96": "icons/ChatGPT-96.png",
    "128": "icons/ChatGPT-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3d3ccaa8-e0d5-4b36-8191-64d49e5416b1}"
    }
  }
}

Best ChatGPT Notify Alternatives

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