YT 360 Firefox

Examine source code of YT 360

By: RudyF
Inspect and view changes in YT 360 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "YT 360",
  "description": "For my autistic son. Fixes Youtube video quality to 360 to limit bandwidth use",
  "default_locale": "en",
  "version": "1.0.1",
  "icons": {
    "48": "images/icons/icon_48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "scripts/content_script.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "style/*",
    "scripts/*"
  ],
  "applications": {
    "gecko": {
      "id": "{99999999-0000-1111-3333-111022224444}",
      "strict_min_version": "79.0a1"
    }
  }
}

Best YT 360 Alternatives

Here are some Firefox add-ons that are similar to YT 360: