YouTube Loop Repeater: Music Practice Tool Firefox

Examine source code of YouTube Loop Repeater: Music Practice Tool

Inspect and view changes in YouTube Loop Repeater: Music Practice Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Loop Repeater",
  "description": "Have greater control over your loops! Incrementally increase speed, and access all saved loops. No more clicking through videos!",
  "version": "1.0",
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "images/icons/toolbar-icon48.png"
  },
  "icons": {
    "48": "images/icons/toolbar-icon48.png",
    "128": "images/icons/toolbar-icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "scripts/contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "YouTubeLoopRepeater@EMDHDev"
    }
  }
}

Best YouTube Loop Repeater: Music Practice Tool Alternatives

Here are some Firefox add-ons that are similar to YouTube Loop Repeater: Music Practice Tool: