Sync Video

Sync Video

Allows you to create a new room and automatically set the YouTube video if you are on one at the moment of creation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sync Video",
  "version": "65.0.2454.94",
  "description": "Allows you to create a new room and automatically set the YouTube video if you are on one at the moment of creation.",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "New sync-video room",
    "default_icon": "icon_128.png",
    "icons": {
      "16": "icon_16.png",
      "48": "icon_48.png",
      "64": "icon_64.png",
      "128": "icon_128.png"
    }
  },
  "permissions": [
    "tabs"
  ],
  "manifest_version": 2
}