Twitch Enhancer Firefox

Examine source code of Twitch Enhancer

Inspect and view changes in Twitch Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Twitch Enhancer",
  "version": "1.0.1",
  "description": "Make Twitch better for background watching, drops, and channel points",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.twitch.tv/*",
    "https://player.twitch.tv/*",
    "https://embed.twitch.tv/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*",
        "https://player.twitch.tv/*",
        "https://embed.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "page.js",
        "modules/toggle-video-quality.js",
        "modules/force-sort-viewers.js",
        "modules/show-stream-language.js",
        "modules/auto-claim-bonus.js",
        "modules/keep-tab-active.js"
      ],
      "matches": [
        "https://www.twitch.tv/*",
        "https://player.twitch.tv/*",
        "https://embed.twitch.tv/*"
      ]
    }
  ],
  "action": {
    "default_title": "Twitch Enhancer",
    "default_icon": {
      "16": "icons/icon_16.png",
      "32": "icons/icon_32.png",
      "48": "icons/icon_48.png",
      "128": "icons/icon_128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "twitch-enhancer@vikindor.github.io",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Twitch Enhancer Alternatives

Here are some Firefox add-ons that are similar to Twitch Enhancer: