You Replay - Youtube Replay Button

You Replay - Youtube Replay Button

This extension helps you replay youtube videos automatically after their completion. A great tool for listening music on youtube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "You Replay - Youtube Replay Button",
  "description": "This extension helps you replay youtube videos automatically after their completion. A great tool for listening music on youtube.",
  "version": "0.2",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {},
  "content_scripts": [
    {
      "css": [
        "toggle.css"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "jquery-3.5.0.min.js",
        "content.js"
      ]
    }
  ]
}