I Said Pause() Firefox

Examine source code of I Said Pause()

By: KoHowdy
Inspect and view changes in I Said Pause() source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "I Said Pause()",
  "version": "1.0",
  "description": "Unifies spacebar, arrow keys, mute, and fullscreen across streaming platforms. Auto-clicks Episodes tab on Amazon.",
  "content_scripts": [
    {
      "matches": [
        "*://*.netflix.com/*",
        "*://*.hulu.com/*",
        "*://*.primevideo.com/*",
        "*://*.max.com/*",
        "*://*.disneyplus.com/*",
        "*://*.amazon.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pause@kohodge.dev",
      "strict_min_version": "109.0"
    }
  }
}

Best I Said Pause() Alternatives

Here are some Firefox add-ons that are similar to I Said Pause():