YouTube UHD

YouTube UHD

Discover a completely new world with UHD Content from YouTube! This extensions apply to each search term the 4K filter so you only see UHD Content.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "YouTube UHD",
  "version": "1.0.1",
  "author": "heubergen",
  "homepage_url": "https://github.com/heubergen/youtube-uhd",
  "description": " Discover a compelty new world with UHD Content from YouTube! This extensions apply to each search term the 4K filter so you only see UHD Content.",
  "icons": {
    "96": "icons/96.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}