No Search For

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

Vad är No Search For?

No Search For är en Chrome-tillägg utvecklad av andy9775, och dess huvudfunktion är "Remove the 'People also search for' element on google search".

Tilläggsskärmbilder

screenshot

Ladda ner No Search For-förlängningens CRX-fil

Ladda ner No Search For-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn No Search For No Search For
ID gfilnngoaebchcnkmppbnijaakeccdjc
Officiell webbadress https://chromewebstore.google.com/detail/no-search-for/gfilnngoaebchcnkmppbnijaakeccdjc
Beskrivning Remove the 'People also search for' element on google search
Filstorlek 3.34 KB
Antal Installationer 5,616
Aktuell Version 7
Senast Uppdaterad 2022-04-18
Publiceringsdatum 2018-02-18
Betyg 3.95/5 Totalt 42 Betyg
Utvecklare andy9775
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}