YouTube Full Title For Videos

YouTube Full Title For Videos

This extension allows you to see the full title of a video on youtube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "__MSG_extensionDescription__",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0.0",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "css": [
        "styles/inject.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{40712416-8607-47b4-a01f-67ca9971902f}"
    }
  }
}