Youtube Video Looper

Youtube Video Looper

Adds a Checkbox to the Youtube Video your watching, which loops the video when ticked. If the checkbox doesn't appear try to start the video or reload the page.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Youtube Video Looper",
  "version": "1.3",
  "description": "Adds a Checkbox to the Youtube Video your watching, which loops the video when ticked. If the checkbox doesn't appear try to start the video or reload the page.",
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "looper.js"
      ]
    }
  ]
}