Trim Twitter Search Results

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

What is Trim Twitter Search Results?

Trim Twitter Search Results is a Chrome extension developed by lukeed, and its main feature is "Hide the predictive text results in Twitter's search bar.".

Extension Screenshots

screenshot

Download Trim Twitter Search Results Extension CRX File

Download Trim Twitter Search Results extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Trim Twitter Search Results Trim Twitter Search Results
ID clkpgpgblnjiddhjfbihcemkaofaibba
Official URL https://chromewebstore.google.com/detail/trim-twitter-search-resul/clkpgpgblnjiddhjfbihcemkaofaibba
Description Hide the predictive text results in Twitter's search bar.
File Size 9.29 KB
Installation Count 10
Current Version 1.2.0
Last Updated 2018-01-06
Publish Date 2018-01-05
Rating 3.00/5 Total 2 Ratings
Developer lukeed
Payment Type free
Extension Website https://github.com/lukeed/twitter-search-extension
Help Page URL https://github.com/lukeed/twitter-search-extension/issues
Supported Languages 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"
            ]
        }
    ]
}