Twitter Hot Search

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

O que é Twitter Hot Search?

Twitter Hot Search é uma extensão do Chrome desenvolvida por komcdo, e sua principal característica é "Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitter Hot Search

Baixe arquivos de extensão Twitter Hot Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Twitter Hot Search Twitter Hot Search
ID ekoaomnfnljoemgcledgdbgpjdibeifj
URL Oficial https://chromewebstore.google.com/detail/twitter-hot-search/ekoaomnfnljoemgcledgdbgpjdibeifj
Descrição Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…
Tamanho do Arquivo 250 KB
Contagem de Instalações 344
Versão Atual 1.1
Última Atualização 2022-12-12
Data de Publicação 2022-12-04
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor komcdo
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}