YouTube Moveable Chat List

YouTube Moveable Chat List

Make the YouTube live chat list moveable and customizable,so you can view chat messages in fullscreen mode

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_addonName__",
  "version": "1.4.1",
  "default_locale": "en",
  "description": "__MSG_addonDescription__",
  "icons": {
    "169": "rikairikai.jpg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "jquery-3.4.0.min.js",
        "player.js"
      ],
      "css": [
        "player.css"
      ]
    }
  ],
  "background": {
    "page": "bg.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "unlimitedStorage",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0fb6711e-8cbb-4d7f-bbcc-154cef32eafc}"
    }
  }
}