AntiShorts

AntiShorts

An extension to get rid of Youtube Shorts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "AntiShorts",
  "version": "0.0.0.1",
  "manifest_version": 3,
  "description": "An extension to get rid of Youtube Shorts.",
  "icons": {
    "16": "icons/on16.png",
    "32": "icons/on32.png",
    "48": "icons/on48.png",
    "128": "icons/on128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/on16.png",
      "32": "icons/on32.png",
      "48": "icons/on48.png",
      "128": "icons/on128.png"
    }
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "toggle": {
      "suggested_key": {
        "default": "Alt+S",
        "mac": "Alt+S"
      },
      "description": "Enable/disable AntiShorts"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}