Continue Video

Continue Video

Using this plugin, you can easily continue the video you watch on your computer from your phone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Continue Video",
  "description": "Using this plugin, you can easily continue the video you watch on your computer from your phone.",
  "version": "1.0.1",
  "version_name": "1.0.1 beta",
  "action": {
    "default_title": "Continue Video",
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs"
  ],
  "content_security_policy": {
    "extensions_pages": "script-src 'self' 'unsafe-eval' https://cdn.jsdelivr.net 'unsafe-inline'; object-src 'self'"
  },
  "icons": {
    "500": "icon.png"
  }
}