No Search For

Remove the 'People also search for' element on google search

What is No Search For?

No Search For is a Chrome extension developed by andy9775, and its main feature is "Remove the 'People also search for' element on google search".

Extension Screenshots

screenshot

Download No Search For Extension CRX File

Download No Search For 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

                        This extension removes the "People also searched for" box on the Google search results page which shows up below a search result after navigating back from it. 

This extension prevents the search results from shifting down when the "People also searched for" box displays and makes navigation on the search results page more predictable for users.                    

Extension Basic Information

Name No Search For No Search For
ID gfilnngoaebchcnkmppbnijaakeccdjc
Official URL https://chromewebstore.google.com/detail/no-search-for/gfilnngoaebchcnkmppbnijaakeccdjc
Description Remove the 'People also search for' element on google search
File Size 3.34 KB
Installation Count 5,616
Current Version 7
Last Updated 2022-04-18
Publish Date 2018-02-18
Rating 3.95/5 Total 42 Ratings
Developer andy9775
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Search For",
    "version": "7",
    "description": "Remove the 'People also search for' element on google search",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "http:\/\/www.google.*\/*",
                "https:\/\/www.google.*\/*"
            ],
            "css": [
                "root.css"
            ]
        }
    ],
    "incognito": "spanning"
}