ESR Video Sync Firefox

Examine source code of ESR Video Sync

By: seanc Add-on
Inspect and view changes in ESR Video Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ESR Video Sync",
  "description": "Provides video timing information for certain website embedded videos to sync scripts to videos.",
  "version": "0.0.8",
  "options_page": "options/options.html",
  "action": {
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "common.js",
        "cs/generic.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "esr-sync-addon@esrotica.com"
    }
  },
  "permissions": [
    "storage"
  ]
}

Best ESR Video Sync Alternatives

Here are some Firefox add-ons that are similar to ESR Video Sync: