YouTube Shorts Redirect

YouTube Shorts Redirect

Redirect YouTube Shorts URLs to normal video URLs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "YouTube Shorts Redirect",
  "author": "huantian",
  "version": "1.0.1",
  "description": "Redirect YouTube Shorts URLs to normal video URLs.",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "redirect.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cf485034-0bda-470d-a027-794f3214359c}"
    }
  }
}