WEBX Recordings Controls Automator Firefox

Examine source code of WEBX Recordings Controls Automator

Inspect and view changes in WEBX Recordings Controls Automator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "WEBX Recordings Controls Automator",
  "description": "Control Webex meeting recordings with keyboard shortcuts. Use arrow keys to skip forward/backward, up/down arrows to adjust playback speed, and spacebar to pause/play. Fully customizable skip time and speed increments.",
  "version": "3.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "webx-recordings-controls@samueledeciechi.it",
      "strict_min_version": "109.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.webex.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "default_locale": "it",
  "homepage_url": "https://www.linkedin.com/in/samuele-de-ciechi/",
  "action": {
    "default_title": "__MSG_defaultTitle__",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/images/icon16.png",
      "24": "assets/images/icon24.png",
      "32": "assets/images/icon32.png",
      "48": "assets/images/icon48.png",
      "128": "assets/images/icon128.png"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "icons": {
    "16": "assets/images/icon16.png",
    "24": "assets/images/icon24.png",
    "32": "assets/images/icon32.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  }
}

Best WEBX Recordings Controls Automator Alternatives

Here are some Firefox add-ons that are similar to WEBX Recordings Controls Automator: