YouTube Auto Pause Preventer Firefox

Examine source code of YouTube Auto Pause Preventer

By: hasilt
Inspect and view changes in YouTube Auto Pause Preventer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Auto Pause Preventer",
  "version": "1.0.0",
  "description": "Prevents YouTube videos from auto-pausing within the first 10 seconds.",
  "permissions": [
    "*://*.youtube.com/*"
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content_scripts/controller.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-auto-resume@hasil.in",
      "strict_min_version": "58.0"
    }
  }
}

Best YouTube Auto Pause Preventer Alternatives

Here are some Firefox add-ons that are similar to YouTube Auto Pause Preventer: