iLoop: Youtube Loop Repeat Replay Part Video

iLoop: Youtube Loop Repeat Replay Part Video

Make auto loop, repeat, replay part of video easier on Youtube!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "iLoop: Youtube Loop Repeat Replay Part Video",
  "version": "1.1.0",
  "description": "Make auto loop, repeat, replay part of video easier on Youtube!",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "css": [],
      "js": [
        "/static/js/content.js"
      ]
    }
  ],
  "icons": {
    "48": "images/icons8-replay-48.png",
    "128": "images/icons8-replay-128.png"
  },
  "manifest_version": 3,
  "background": {},
  "web_accessible_resources": [],
  "content_security_policy": {
    "script-src": "self",
    "object-src": "self"
  }
}