No Search For

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

Apa itu No Search For?

No Search For adalah ekstensi Chrome yang dikembangkan oleh andy9775, dan fitur utamanya adalah "Remove the 'People also search for' element on google search".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi No Search For

Unduh file ekstensi No Search For dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama No Search For No Search For
ID gfilnngoaebchcnkmppbnijaakeccdjc
URL Resmi https://chromewebstore.google.com/detail/no-search-for/gfilnngoaebchcnkmppbnijaakeccdjc
Deskripsi Remove the 'People also search for' element on google search
Ukuran File 3.34 KB
Jumlah Instalasi 5,616
Versi Saat Ini 7
Terakhir Diperbarui 2022-04-18
Tanggal Publikasi 2018-02-18
Penilaian 3.95/5 Total 42 Penilaian
Pengembang andy9775
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}