Youtube Shorts to normal Youtube Video

Youtube Shorts to normal Youtube Video

Just transform Youtube Shorts link to a normal video link

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Youtube Shorts to normal Youtube Video",
  "version": "1.0",
  "manifest_version": 3,
  "description": "Just transform Youtube Shorts link to a normal video link",
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "icon_watch.png"
  },
  "host_permissions": [
    "https://www.youtube.com/*",
    "http://www.youtube.com/*"
  ]
}