TogetherTube Multi Functions

TogetherTube Multi Functions

TTMF gives you few more Functions for your togethertube room!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "version": "2.0.0",
  "manifest_version": 2,
  "default_locale": "en",
  "browser_action": {
    "default_icon": "images/icon-128.png",
    "default_title": "TTMF"
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "css": [
        "libs/kbd.css"
      ],
      "js": [
        "libs/jquery-3.2.1.min.js",
        "libs/jquery.simulate.js",
        "libs/jquery.simulate.ext.js",
        "libs/jquery.simulate.drag-n-drop.js",
        "libs/bootstrap.min.js",
        "libs/String.js",
        "scripts/content_scripts.js"
      ],
      "matches": [
        "https://togethertube.com/rooms/*"
      ]
    }
  ],
  "permissions": [
    "unlimitedStorage",
    "https://togethertube.com/rooms/*",
    "storage"
  ]
}