Twitter Hot Search

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

Qu'est-ce que Twitter Hot Search ?

Twitter Hot Search est une extension Chrome développée par komcdo, et sa fonction principale est "Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitter Hot Search

Téléchargez les fichiers d'extension Twitter Hot Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twitter Hot Search Twitter Hot Search
ID ekoaomnfnljoemgcledgdbgpjdibeifj
URL Officiel 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…
Taille du Fichier 250 KB
Nombre d'Installations 344
Version Actuelle 1.1
Dernière Mise à Jour 2022-12-12
Date de Publication 2022-12-04
Évaluation 4.83/5 Total 6 Évaluations
Développeur komcdo
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}