YouTube Shorts Normal Player

YouTube Shorts Normal Player

Plays YouTube Shorts in the normal YouTube player so you can rewind the the videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "YouTube Shorts Normal Player",
  "version": "1.2.2",
  "description": "Plays YouTube Shorts in the normal YouTube player so you can rewind the the videos.",
  "icons": {
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}