YouTube Never Autoplay

YouTube Never Autoplay

Stop videos on YouTube from playing automatically until an explicit user gesture (clicking or pressing a key).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "YouTube Never Autoplay",
  "description": "Stop videos on YouTube from playing automatically until an explicit user gesture (clicking or pressing a key).",
  "version": "3",
  "manifest_version": 2,
  "content_scripts": [
    {
      "run_at": "document_start",
      "js": [
        "youtube-never-autoplay.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}