YouTube Progress Bar Hider

YouTube Progress Bar Hider

Lightweight extension to hide the YouTube progress bar and video duration.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "css": [
        "yth.css"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "manifest_version": 2,
  "name": "YouTube Progress Bar Hider",
  "description": "Lightweight extension to hide the YouTube progress bar and video duration.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "version": "1.0"
}