Better YouTube on Small Screens

Better YouTube on Small Screens

by VittGam

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Better YouTube on Small Screens",
  "version": "1.1",
  "description": "by VittGam",
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "exclude_matches": [
        "*://*.youtube.com/embed/*"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "manifest_version": 2
}