YouTube With Friends

YouTube With Friends

YouTube With Friends allows you and friends to watch synchronized YouTube videos together.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "YouTube With Friends",
  "version": "1.2.4.0",
  "description": "YouTube With Friends allows you and friends to watch synchronized YouTube videos together.",
  "permissions": [
    "declarativeContent",
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": {
      "16": "images/ywflogo16.png",
      "48": "images/ywflogo48.png",
      "128": "images/ywflogo128.png"
    },
    "default_title": "YouTube With Friends",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/ywflogo16.png",
    "48": "images/ywflogo48.png",
    "128": "images/ywflogo128.png"
  },
  "content_security_policy": "script-src 'self' https://cdn.jsdelivr.net; object-src 'self'"
}