ChatGPT Auto Continue generating with Notification Firefox

Examine source code of ChatGPT Auto Continue generating with Notification

Inspect and view changes in ChatGPT Auto Continue generating with Notification source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Auto Continue Generating Notification",
  "version": "1.4.1",
  "description": "Automatically clicks 'Continue generating' on ChatGPT and alerts the user with a sound or notification when generation is completed.",
  "permissions": [
    "storage",
    "notifications"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    "click-sound.mp3",
    "complete-sound.mp3"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8eb72532-f9b8-47d0-8177-c434b9a1a6e9}"
    }
  }
}

Best ChatGPT Auto Continue generating with Notification Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Auto Continue generating with Notification: