Tube Refiner for YouTube™

Tube Refiner for YouTube™

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


{
  "name": "Tube Refiner for YouTubeâ„¢",
  "description": "Updates the Desktop YouTube UI to have rounded corners and further enhancements and tweaks.",
  "version": "1.0.0",
  "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"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}