YouTube Shorts ON OFF

YouTube Shorts ON OFF

YouTube Shorts ON OFF YouTube Shorts to Standard Videos

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.0.1",
  "default_locale": "en_US",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "action": {
    "default_icon": "icon-128.png",
    "default_title": "YouTube Shorts ON OFF"
  },
  "commands": {
    "_execute_action": {
      "description": "Switch to normal video URL",
      "suggested_key": {
        "default": "Alt+V"
      }
    }
  },
  "host_permissions": [
    "*://youtube.com/*",
    "*://www.youtube.com/*"
  ],
  "permissions": [
    "declarativeContent",
    "tabs",
    "activeTab",
    "storage"
  ],
  "short_name": "Youtube",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}