Unhook - Remove YouTube Recommended & Shorts Chrome

Examine source code of Unhook - Remove YouTube Recommended & Shorts

By: Unhook
Inspect and view changes in Unhook - Remove YouTube Recommended & Shorts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Unhook - Remove YouTube Recommended & Shorts",
  "short_name": "Unhook",
  "icons": {
    "16": "/images/icon-16.png",
    "32": "/images/icon-32.png",
    "48": "/images/icon-48.png",
    "128": "/images/icon-128.png"
  },
  "action": {
    "default_icon": "/images/icon-128.png",
    "default_popup": "popup.html",
    "default_title": "Unhook"
  },
  "author": "Unhook",
  "content_scripts": [
    {
      "css": [
        "/css/content.css"
      ],
      "js": [
        "/js/content.js"
      ],
      "all_frames": true,
      "matches": [
        "https://www.youtube.com/*",
        "https://m.youtube.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "webRequest"
  ],
  "host_permissions": [
    "https://www.youtube.com/*",
    "https://m.youtube.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/js/unhook-yt.js"
      ],
      "matches": [
        "https://www.youtube.com/*",
        "https://m.youtube.com/*"
      ]
    }
  ],
  "version": "1.6.9",
  "description": "Hide YouTube related videos, shorts, comments, suggestions wall, homepage recommendations, trending, and other distractions.",
  "minimum_chrome_version": "88",
  "background": {
    "service_worker": "/js/background.js"
  }
}

Best Unhook - Remove YouTube Recommended & Shorts Alternatives

Here are some Chrome extensions that are similar to Unhook - Remove YouTube Recommended & Shorts: