iLoop: Youtube Loop Repeat Replay Part Video

iLoop: Youtube Loop Repeat Replay Part Video

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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": 2,
  "browser_action": {},
  "web_accessible_resources": [],
  "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{869bc627-1ce1-4b88-87ba-9f40efc51aff}"
    }
  }
}