Youtube Shorts Forward

Youtube Shorts Forward

Redirect Youtube shorts to normal player, so that user can use forward/backward option.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Youtube Shorts Forward",
  "version": "1.0",
  "manifest_version": 3,
  "description": "Redirect Youtube shorts to normal player, so that user can use forward/backward option.",
  "permissions": [
    "webNavigation"
  ],
  "background": {
    "service_worker": "content.js"
  }
}