YouCue

YouCue

An unofficial plugin to cue another video to automatically play on YouTube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "yt.js"
      ],
      "matches": [
        "*://www.youtube.com/watch*",
        "*://youtube.com/watch*"
      ]
    }
  ],
  "description": "An unofficial plugin to cue another video to automatically play on YouTube.",
  "homepage_url": "https://jthorne.co.uk/",
  "icons": {
    "16": "play16.png",
    "48": "play48.png",
    "128": "play128.png"
  },
  "manifest_version": 2,
  "name": "YouCue",
  "permissions": [
    "contextMenus",
    "http://*.youtube.com/watch*",
    "https://*.youtube.com/watch*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.5"
}