Remove YouTube Shorts (Edge)

Remove YouTube Shorts (Edge)

An extension to convert a YouTube Shorts IU to the normal video page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Remove YouTube Shorts (Edge)",
  "version": "1.0.1",
  "description": "An extension to convert a YouTube Shorts IU to the normal video page.",
  "background": {
    "service_worker": "3.js"
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "128": "icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}