Twitter Hot Search

Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…

What is Twitter Hot Search?

Twitter Hot Search is a Chrome extension developed by komcdo, and its main feature is "Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…".

Extension Screenshots

screenshot

Download Twitter Hot Search Extension CRX File

Download Twitter Hot Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Twitter Hot Search Twitter Hot Search
ID ekoaomnfnljoemgcledgdbgpjdibeifj
Official URL https://chromewebstore.google.com/detail/twitter-hot-search/ekoaomnfnljoemgcledgdbgpjdibeifj
Description Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…
File Size 250 KB
Installation Count 344
Current Version 1.1
Last Updated 2022-12-12
Publish Date 2022-12-04
Rating 4.83/5 Total 6 Ratings
Developer komcdo
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}