Auto-Quality Preference (QPref) Firefox

Examine source code of Auto-Quality Preference (QPref)

By: Ba
Inspect and view changes in Auto-Quality Preference (QPref) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto-Quality Preference (QPref)",
  "version": "1.0.0",
  "description": "Automatically select preferred video quality (e.g. 480p) on supported players.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "qpref@addon.local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Auto-Quality Preference (QPref) Alternatives

Here are some Firefox add-ons that are similar to Auto-Quality Preference (QPref):