HD Quality Toggle for YouTube™

HD Quality Toggle for YouTube™

HD Quality Toggle for YouTube™ extension will allow you to select desired playback quality on Youtube and literally fix it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "{1cf918d2-f4ea-4b4f-b34e-455283fef19f}"
    }
  },
  "background": {
    "scripts": [
      "background.js",
      "newtabpromo_bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/i6.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [],
      "js": [
        "yt.js"
      ],
      "matches": [
        "*://www.youtube.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "images/default.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "storage"
  ],
  "version": "1.3.0.14"
}