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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}