Youtube Repeat - Loop any YouTube videos

Youtube Repeat - Loop any YouTube videos

Loop any YouTube videos with ONE-CLICK, able to customise features such as AUTO LOOP toggle, setting loop counts and loop portion

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.0.1",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "manifest_version": 3,
  "minimum_chrome_version": "100",
  "icons": {
    "128": "icon-128.3b4522e7.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "content.70a01fb4.js"
      ],
      "css": [
        "content.699ca3cc.css"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background.a054f291.js",
    "type": "module"
  }
}