YouTube NoBS

YouTube NoBS

Watch YouTube videos, without all the bs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "YouTube NoBS",
  "description": "Watch YouTube videos, without all the bs.",
  "version": "4.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "256": "youtube_nobs.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.youtube.com/watch?v=*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3a2964f4-e8a6-46a9-8124-fbe21d133e33}"
    }
  }
}