No Search For

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

Cos'è No Search For?

No Search For è un'estensione di Chrome sviluppata da andy9775, e la sua funzione principale è "Remove the 'People also search for' element on google search".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione No Search For

Scarica i file di estensione No Search For in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome No Search For No Search For
ID gfilnngoaebchcnkmppbnijaakeccdjc
URL Ufficiale https://chromewebstore.google.com/detail/no-search-for/gfilnngoaebchcnkmppbnijaakeccdjc
Descrizione Remove the 'People also search for' element on google search
Dimensione del File 3.34 KB
Conteggio Installazioni 5,616
Versione Corrente 7
Ultimo Aggiornamento 2022-04-18
Data di Pubblicazione 2018-02-18
Valutazione 3.95/5 Totale 42 Valutazioni
Sviluppatore andy9775
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}