Trim Twitter Search Results

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

Co je Trim Twitter Search Results?

Trim Twitter Search Results je rozšíření Chrome vyvinuté lukeed, a jeho hlavní funkcí je „Hide the predictive text results in Twitter's search bar.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Trim Twitter Search Results

Stáhněte si soubory rozšíření Trim Twitter Search Results ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Trim Twitter Search Results Trim Twitter Search Results
ID clkpgpgblnjiddhjfbihcemkaofaibba
Oficiální URL https://chromewebstore.google.com/detail/trim-twitter-search-resul/clkpgpgblnjiddhjfbihcemkaofaibba
Popis Hide the predictive text results in Twitter's search bar.
Velikost souboru 9.29 KB
Počet instalací 10
Aktuální Verze 1.2.0
Poslední Aktualizace 2018-01-06
Datum Vydání 2018-01-05
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář lukeed
Typ Platby free
Webové stránky Rozšíření https://github.com/lukeed/twitter-search-extension
URL Stránky Nápovědy https://github.com/lukeed/twitter-search-extension/issues
Podporované Jazyky 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"
            ]
        }
    ]
}