YouLoop - Repeat video/audio endless on YouTube Firefox

Examine source code of YouLoop - Repeat video/audio endless on YouTube

Inspect and view changes in YouLoop - Repeat video/audio endless on YouTube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "engertmartin@web.de"
    }
  },
  "manifest_version": 2,
  "name": "YouLoop",
  "description": "Repeat video/audio endless on YouTube. Furthermore a partition loop function is enable.",
  "author": "CloudCompanion",
  "version": "1.1resigned1",
  "icons": {
    "16": "icons/Icon_16.png",
    "32": "icons/Icon_32.png",
    "48": "icons/Icon_48.png",
    "64": "icons/Icon_64.png",
    "128": "icons/Icon_128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "*://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_title": "YouLoop",
    "default_icon": "icons/Icon_32.png",
    "default_popup": "popup.html"
  }
}

Best YouLoop - Repeat video/audio endless on YouTube Alternatives

Here are some Firefox add-ons that are similar to YouLoop - Repeat video/audio endless on YouTube: