ChatGPT Streamer Mode Firefox

Examine source code of ChatGPT Streamer Mode

By: Zervor Add-on
Inspect and view changes in ChatGPT Streamer Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Streamer Mode",
  "version": "1.0.1",
  "description": "Don't want others seeing your questionable or embarrassing chats? This extension keeps your privacy by blurring chat history during screen sharing or in public!",
  "permissions": [
    "storage",
    "tabs",
    "https://chatgpt.com/*",
    "https://chat.openai.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "ChatGPT Streamer Mode"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "bourdon94m@gmail.com",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "opt_in": false,
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ChatGPT Streamer Mode Alternatives

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