No Search For

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

什么是No Search For?

No Search For是由andy9775开发的Chrome扩展程序,该扩展的主要功能是“Remove the 'People also search for' element on google search”。

扩展截图

screenshot

下载No Search For扩展crx文件

下载No Search For扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 No Search For No Search For
ID gfilnngoaebchcnkmppbnijaakeccdjc
官方URL https://chromewebstore.google.com/detail/no-search-for/gfilnngoaebchcnkmppbnijaakeccdjc
简介 Remove the 'People also search for' element on google search
文件大小 3.34 KB
安装次数 5,616
当前版本 7
更新时间 2022-04-18
上架时间 2018-02-18
评分 3.95/5 共42次评分
开发者 andy9775
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}