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", "name": "Search Fixer for YouTube", "version": "8.2.1", "description": "Remove all distracting YouTube search suggestions, redirect shorts and much more!", "icons": { "128": "icon128.png", "256": "icon256.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon256.png", "default_title": "Search Fixer for YouTube", "default_popup": "popup.html" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "ytt.js" ], "css": [ "yt.css" ] } ], "host_permissions": [ "http:\/\/www.youtube.com\/" ], "options_ui": { "page": "options.html", "browser_style": true }, "manifest_version": 3 }