Tebex Streamer Mode Firefox

Examine source code of Tebex Streamer Mode

Inspect and view changes in Tebex Streamer Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tebex Streamer Mode",
  "version": "1.3",
  "description": "Hide sensitive information like your name/email on Tebex when streaming.",
  "permissions": [
    "activeTab",
    "storage",
    "*://*.tebex.io/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tebex-streamer-mode@v1-2026",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.tebex.io/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Streamer Mode"
  }
}

Best Tebex Streamer Mode Alternatives

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