Better YouTube Search

Fix YouTube search results by showing all search results and stop Recommended videos from appearing in your search results.

What is Better YouTube Search?

Better YouTube Search is a Chrome extension developed by chadwkirk, and its main feature is "Fix YouTube search results by showing all search results and stop Recommended videos from appearing in your search results.".

Extension Screenshots

screenshot

Download Better YouTube Search Extension CRX File

Download Better YouTube Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With one click of a button, you can now find what you're actually looking for when searching on YouTube! This extension stops YouTube from showing you those "People Also Watched", "For You" and "Suggested" videos when you search for something.

This is helpful for when you are searching for something on YouTube and the first few search results aren't what you're looking for.

You can now go back to how YouTube used to be with the Better YouTube Search extension!                    

Extension Basic Information

Name Better YouTube Search Better YouTube Search
ID ipnifedcddhdmpnldgfioocmglegkccj
Official URL https://chromewebstore.google.com/detail/better-youtube-search/ipnifedcddhdmpnldgfioocmglegkccj
Description Fix YouTube search results by showing all search results and stop Recommended videos from appearing in your search results.
File Size 2.31 MB
Installation Count 1,347
Current Version 2.0
Last Updated 2023-07-26
Publish Date 2023-05-07
Rating 3.68/5 Total 22 Ratings
Developer chadwkirk
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better YouTube Search",
    "description": "Fix YouTube search results by showing all search results and stop Recommended videos from appearing in your search results.",
    "version": "2.0",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/better-youtube-search-icon-16-grey.png",
        "32": "images\/better-youtube-search-icon-32.png",
        "48": "images\/better-youtube-search-icon-48.png",
        "128": "images\/better-youtube-search-icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ]
        }
    ]
}