ytClean | Modern YouTube Theme

ytClean | Modern YouTube Theme

A clean, modern look and feel for YouTube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ytClean | Modern YouTube Theme",
  "version": "0.0.3",
  "manifest_version": 2,
  "description": "A clean, modern look and feel for YouTube.",
  "homepage_url": "https://github.com/justinoboyle/ytClean",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "https://www.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ]
}