Trim Twitter Search Results

Hide the predictive text results in Twitter's search bar.

Cos'è Trim Twitter Search Results?

Trim Twitter Search Results è un'estensione di Chrome sviluppata da lukeed, e la sua funzione principale è "Hide the predictive text results in Twitter's search bar.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trim Twitter Search Results

Scarica i file di estensione Trim Twitter Search Results 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

                        When performing a search on Twitter, you may have encountered the annoying experience wherein you've typed your query string and are about to click a result, only to be interrupted by Twitter's equivalent of "Did you mean?" >.<

This extension hides the lazy-loaded list of predictive / "helpful" text. You'll never misclick a search result again!

As of 1.2.0, this works on the main & mobile Twitter sites.

See the website for more info.                    

Informazioni di Base sull'Estensione

Nome Trim Twitter Search Results Trim Twitter Search Results
ID clkpgpgblnjiddhjfbihcemkaofaibba
URL Ufficiale https://chromewebstore.google.com/detail/trim-twitter-search-resul/clkpgpgblnjiddhjfbihcemkaofaibba
Descrizione Hide the predictive text results in Twitter's search bar.
Dimensione del File 9.29 KB
Conteggio Installazioni 10
Versione Corrente 1.2.0
Ultimo Aggiornamento 2018-01-06
Data di Pubblicazione 2018-01-05
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore lukeed
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/lukeed/twitter-search-extension
URL della Pagina di Aiuto https://github.com/lukeed/twitter-search-extension/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trim Twitter Search Results",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Hide the predictive text results in Twitter's search bar.",
    "homepage_url": "https:\/\/github.com\/lukeed\/twitter-search-extension",
    "icons": {
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/mobile.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}