Youtube Nonstop

Youtube Nonstop

Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Youtube Nonstop",
  "description": "Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'",
  "version": "1.0.3",
  "icons": {
    "16": "public/icons/16.png",
    "48": "public/icons/48.png",
    "128": "public/icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "tab/ytnonstop.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 3
}