Twitter Hot Search

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

Cos'è Twitter Hot Search?

Twitter Hot Search è un'estensione di Chrome sviluppata da komcdo, e la sua funzione principale è "Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Hot Search

Scarica i file di estensione Twitter Hot Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Twitter Hot Search Twitter Hot Search
ID ekoaomnfnljoemgcledgdbgpjdibeifj
URL Ufficiale https://chromewebstore.google.com/detail/twitter-hot-search/ekoaomnfnljoemgcledgdbgpjdibeifj
Descrizione Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…
Dimensione del File 250 KB
Conteggio Installazioni 344
Versione Corrente 1.1
Ultimo Aggiornamento 2022-12-12
Data di Pubblicazione 2022-12-04
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore komcdo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}