Remove YouTube Shorts

Remove YouTube Shorts

讓原本習慣點訂閱內容的人不要誤點Shorts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Remove YouTube Shorts",
  "description": "讓原本習慣點訂閱內容的人不要誤點Shorts",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "16": "/images/icon16.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "css": [
        "removeShorts.css"
      ]
    }
  ]
}