No Search For
Remove the 'People also search for' element on google search
Wat is No Search For?
No Search For is een Chrome-extensie ontwikkeld door andy9775, en de belangrijkste functie is "Remove the 'People also search for' element on google search".
Extensie Screenshots
Download het CRX-bestand van de extensie No Search For
Download No Search For-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | No Search For |
ID | gfilnngoaebchcnkmppbnijaakeccdjc |
Officiële URL | https://chromewebstore.google.com/detail/no-search-for/gfilnngoaebchcnkmppbnijaakeccdjc |
Beschrijving | Remove the 'People also search for' element on google search |
Bestandsgrootte | 3.34 KB |
Aantal Installaties | 5,616 |
Huidige Versie | 7 |
Laatst Bijgewerkt | 2022-04-18 |
Publicatiedatum | 2018-02-18 |
Beoordeling | 3.95/5 Totaal 42 Beoordelingen |
Ontwikkelaar | andy9775 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |