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
Eメール [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"
}