VideoTogether

VideoTogether

Watch video together

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "VideoTogether",
  "description": "Watch video together",
  "version": "1.4.74",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "extension.chrome.user.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "pre.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "preInjected.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "world": "MAIN"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "load.en-us.js",
        "load.zh-cn.js",
        "vt.en-us.user.js",
        "vt.zh-cn.user.js",
        "preInjected.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "background.chrome.js",
    "mode": "module"
  },
  "icons": {
    "192": "./icon/android-icon-192x192.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}