YouTube Refined: Improve's YouTube UI

YouTube Refined: Improve's YouTube UI

Updates the Desktop YouTube UI to have rounded corners and further enhancements and tweaks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YouTube Refined: Improve's YouTube UI",
  "description": "Updates the Desktop YouTube UI to have rounded corners and further enhancements and tweaks.",
  "version": "1.0.1",
  "manifest_version": 3,
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "docready.js",
        "content.js"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}