No Search For
Remove the 'People also search for' element on google search
什麼是No Search For?
No Search For是由andy9775開發的Chrome擴展程式,該擴展的主要功能是“Remove the 'People also search for' element on google search”。
擴展截圖
下載No Search For擴展crx文件
下載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 |
ID | gfilnngoaebchcnkmppbnijaakeccdjc |
官方網址 | 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" } |