Youtube Shorts Autoplay

Youtube Shorts Autoplay

If autoplay stalls, refresh Youtube or restart Chrome, and you're back to hands-free enjoyment!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Youtube Shorts Autoplay",
  "description": "If autoplay stalls, refresh Youtube or restart Chrome, and you're back to hands-free enjoyment!",
  "version": "1.1",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/shorts/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "128": "128.png"
  }
}