No Search For

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

Qu'est-ce que No Search For ?

No Search For est une extension Chrome développée par andy9775, et sa fonction principale est "Remove the 'People also search for' element on google search".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension No Search For

Téléchargez les fichiers d'extension No Search For au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom No Search For No Search For
ID gfilnngoaebchcnkmppbnijaakeccdjc
URL Officiel https://chromewebstore.google.com/detail/no-search-for/gfilnngoaebchcnkmppbnijaakeccdjc
Description Remove the 'People also search for' element on google search
Taille du Fichier 3.34 KB
Nombre d'Installations 5,616
Version Actuelle 7
Dernière Mise à Jour 2022-04-18
Date de Publication 2018-02-18
Évaluation 3.95/5 Total 42 Évaluations
Développeur andy9775
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}