Youtube auto-pause Firefox

Examine source code of Youtube auto-pause

By: Codeman
Inspect and view changes in Youtube auto-pause source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Youtube auto-pause",
  "version": "0.0.1",
  "description": "Automatically pauses youtube videos when you leave the tab with automatic resume and respecting manual pausing",
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "tabs",
    "scripting",
    "storage"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{42da92b8-1a85-4dfb-bbe3-08e6e7b82b3f}"
    }
  }
}

Best Youtube auto-pause Alternatives

Here are some Firefox add-ons that are similar to Youtube auto-pause: