Remove YouTube™ Tab Number

Remove YouTube™ Tab Number

Removes the number of notifications in parentheses that YouTube displays on tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Remove YouTube™ Tab Number",
  "version": "0.5",
  "description": "Removes the number of notifications in parentheses that YouTube displays on tabs",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "icons": {
    "48": "rytn-icon-48.png",
    "128": "rytn-icon-128.png"
  },
  "manifest_version": 2
}