Kick Auto Max Quality Firefox

Examine source code of Kick Auto Max Quality

By: Stouty Add-on
Inspect and view changes in Kick Auto Max Quality source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Kick Auto Max Quality",
  "version": "1.0.9",
  "description": "Forces Kick.com streams to always load at the highest available quality by rewriting the HLS master playlist before the player ever sees the lower-quality options — no visible quality switch or pause.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.kick.com/*",
    "*://*.live-video.net/*",
    "*://d26yk4zpyhjeeq.cloudfront.net/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.kick.com/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{945b9ea9-cbaf-49f2-8f17-6196a700fe04}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Kick Auto Max Quality Alternatives

Here are some Firefox add-ons that are similar to Kick Auto Max Quality: