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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}