Recording Playback Tool for Zoom

Recording Playback Tool for Zoom

Enhance your Zoom recording playback experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Recording Playback Tool for Zoom",
  "description": "Enhance your Zoom recording playback experience.",
  "version": "1.4",
  "content_scripts": [
    {
      "matches": [
        "*://*.zoom.us/rec/play/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}