Create Video Loops From Guitar Tutorials on YouTube™ - Loopi

Create Video Loops From Guitar Tutorials on YouTube™ - Loopi

Create small looped segments of any tutorial videos, so you can watch and practice over and over again.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Create Video Loops From Guitar Tutorials on YouTube™ - Loopi",
  "description": "Create small looped segments of any tutorial videos, so you can watch and practice over and over again.",
  "action": {
    "default_icon": "/img/logo.png"
  },
  "background": {
    "service_worker": "/js/background.js"
  },
  "icons": {
    "128": "/img/logo.png",
    "512": "/img/logo.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "optional_host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "extension_ids": []
    }
  ],
  "version": "1.0.24"
}