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 |
公式URL | 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 |
Eメール | [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" ] } ] } |