Sync Sofa - Online Video Synchronizer

Sync Sofa - Online Video Synchronizer

This extension allows multi-user sync streaming video in a fast, simple and stable way.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Sync Sofa - Online Video Synchronizer",
  "version": "1.0.5",
  "description": "This extension allows multi-user sync streaming video in a fast, simple and stable way.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.bilibili.com/*",
        "https://www.dandanzan.com/*",
        "https://91mjw.com/*",
        "https://duonaolive.com/*",
        "https://v.qq.com/*",
        "https://www.iqiyi.com/*",
        "https://www.weiyun.com/*",
        "https://www.youtube.com/*",
        "https://v.youku.com/*",
        "http://127.0.0.1/*",
        "file:///*"
      ],
      "run_at": "document_end",
      "js": [
        "sweetalert.min.js",
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "icons": {
    "16": "/icons/icon16_on.png",
    "48": "/icons/icon48_on.png",
    "128": "/icons/icon128_on.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}