Local shadow banner for YouTube

Local shadow banner for YouTube

Use keywords to hide videos and shorts from your local YouTube feed

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Local shadow banner for YouTube",
  "description": "Use keywords to hide videos and shorts from your local YouTube feed",
  "version": "1.0.1",
  "author": "Jeanpr117 | Jean Rodríguez",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Local shadow banner for YouTube"
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "./js/youtube/utils.js",
        "./js/youtube/youtube.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}