Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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", "background": { "service_worker": "\/js\/background.js" }, "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.8", "description": "Hide YouTube related videos, shorts, comments, suggestions wall, homepage recommendations, trending, and other distractions.", "minimum_chrome_version": "88" }