Twitter Hot Search
Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…
什麼是Twitter Hot Search?
Twitter Hot Search是由komcdo開發的Chrome擴展程式,該擴展的主要功能是“Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…”。
擴展截圖
下載Twitter Hot Search擴展crx文件
下載Twitter Hot Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options requires knowledge of specific formatting. This extension seeks to bring the advanced search features to your fingertips. For "enhanced user protection" this extension also prevents searching for tweets from Kathy Griffin.
擴展基本資訊
名稱 | Twitter Hot Search |
ID | ekoaomnfnljoemgcledgdbgpjdibeifj |
官方網址 | https://chromewebstore.google.com/detail/twitter-hot-search/ekoaomnfnljoemgcledgdbgpjdibeifj |
簡介 | Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options… |
檔案大小 | 250 KB |
安裝次數 | 344 |
目前版本 | 1.1 |
更新時間 | 2022-12-12 |
上架時間 | 2022-12-04 |
評分 | 4.83/5 共 6 次評分 |
開發者 | komcdo |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Hot Search", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "script.js" ] } ] } |