No Search For

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

ما هو No Search For؟

No Search For هو إضافة Chrome تم تطويرها بواسطة andy9775، والميزة الرئيسية لها هي "Remove the 'People also search for' element on google search".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة No Search For

قم بتنزيل ملفات الامتداد No Search For بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم No Search For No Search For
ID gfilnngoaebchcnkmppbnijaakeccdjc
عنوان URL الرسمي https://chromewebstore.google.com/detail/no-search-for/gfilnngoaebchcnkmppbnijaakeccdjc
الوصف Remove the 'People also search for' element on google search
حجم الملف 3.34 KB
عدد التثبيتات 5,616
النسخة الحالية 7
آخر تحديث 2022-04-18
تاريخ النشر 2018-02-18
تقييم 3.95/5 مجموع تقييمات 42
المطور andy9775
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
}