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…”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
            ]
        }
    ]
}