Nextube - Change "Up next" video on YouTube™

Nextube - Change "Up next" video on YouTube™

Change "Up next" Video via Drag and Drop

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nextube - Change \"Up next\" video on YouTube™",
  "short_name": "Nexter",
  "description": "Change \"Up next\" Video via Drag and Drop",
  "version": "1.0.2",
  "content_scripts": [
    {
      "js": [
        "lib/dragula.min.js",
        "bg.js"
      ],
      "css": [
        "lib/dragula.min.css"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon.png"
  }
}