Disable Autoplay on YouTube

Disable Autoplay on YouTube

Automatically disable autoplay on YouTube

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Disable Autoplay on YouTube",
  "version": "1.5",
  "description": "Automatically disable autoplay on YouTube",
  "short_name": "Disable Autoplay",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "page": "index.html"
  },
  "web_accessible_resources": [
    "disable_autoplay.js"
  ],
  "permissions": [
    "tabs",
    "https://www.youtube.com/*"
  ],
  "manifest_version": 2
}