ThreadHelper

A serendipity engine on the Twitter sidebar.

¿Qué es ThreadHelper?

ThreadHelper es una extensión de Chrome desarrollada por devs.thread.helper, y su función principal es "A serendipity engine on the Twitter sidebar.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ThreadHelper

Descarga archivos de extensión ThreadHelper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ThreadHelper for Twitter™: More recall, less tabs.


ThreadHelper is the Twitter extension that finds the tweets you need.


ThreadHelper augments your Twitter experience by ambiently, automatically and instantly, finding the tweets you need.

How?

🌟 Instantaneous Full-text Search

ThreadHelper substitutes Twitter stock search bar with its own interface and search algorithm. As you type a new tweet it will, automatically and instantly, comb through yout tweets to find the ones most relevant to what you want to talk about at the moment, and present them to you on the sidebar widget.

⚙️ Full search customization

The algorithm is fully controlled by you. It can search over any combination of your past tweets, retweets, bookmarks, and replies. Maybe you’d like to include the tweets of your alts in those searches. Or maybe not. That’s also under your control.

🎮 Complete Control 

Interact with sidebar tweets like with any other: reply, retweet, quote-tweet, and like, all directly from the side bar. You can copy and paste their url onto the tweet you’re currently composing to quote-tweet it, all without ever having to open a new tab.

💎 Search directly from the sidebar

ThreadHelper makes it that never need to open a new Twitter tab again, making your experience smoother than ever before. ThreadHelper shines when you don’t even know which tweet you need and it manages to find exactly that one. 

However, sometimes, you do know what tweet you’re looking for. For those times you can search the whole of Twitter, directly from the ThreadHelper sidebar. You can interact with those search results the way you can interact with any tweet, never having to open a new tab, and never having to leave the page you’re on.

⌨️ Search commands

Because ThreadHelpers search bar results come from Twitter’s API, you can use all Twitter API search commands, directly on the sidebar, just as you could if you were using Twitter’s native search.

🛳 Smoother experience 

If you open a tweet, TH will show you all of its quote tweets, sorted by popularity. This way you don’t need to navigate away.

🎯 Contextual navigation 

Twitter can be a bit of a maze sometimes. To help with that, whenever you open a tweet, ThreadHelper automatically searches and presents tweets that are related to the one you’re seeing at the moment, allowing you to better contextualize it, avoiding context collapse. 

👾 Serendipity engine 

Sometimes the timeline is boring and you just wanna see new stuff. ThreadHelper has a ‘shuffle tweets’ toggle which, if selected, will make it so that by default ThreadHelper shows you a random selection of tweets. This way you can have two timelines for the space of one. (You can also set it off so that it doesn’t do that, if you find one timeline to be more than enough.)

Your data, safe 🕵️‍♀️

All ThreadHelper does is run searches in your browser. It never uploads any of your information anywhere besides Twitter. As the creators of this extension, we never see or receive any of your data. ThreadHelper also prompts you to download an archive of your data on your local machine, so that the data you’ve produced on Twitter stays yours forever. 

---

This extension is a third-party product and is not officially created by, related to, or endorsed by Twitter™.                    

Información Básica de la Extensión

Nombre ThreadHelper ThreadHelper
ID nfadnflafdfmekapgcgddbccooagpndk
URL Oficial https://chromewebstore.google.com/detail/threadhelper/nfadnflafdfmekapgcgddbccooagpndk
Descripción A serendipity engine on the Twitter sidebar.
Tamaño del Archivo 437 KB
Cantidad de Instalaciones 868
Versión Actual 0.4.9
Última Actualización 2022-02-20
Fecha de Publicación 2020-10-22
Calificación 5.00/5 Total de 16 Calificaciones
Desarrollador devs.thread.helper
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://threadhelper.com/
URL de la Página de Ayuda http://threadhelper.com/
URL de la Página de Política de Privacidad http://threadhelper.com/privacy_policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThreadHelper",
    "description": "A serendipity engine on the Twitter sidebar.",
    "browser_action": {
        "default_icon": {
            "16": "public\/extension\/thread_16.png",
            "32": "public\/extension\/thread_32.png",
            "48": "public\/extension\/thread_48.png",
            "128": "public\/extension\/thread_128.png"
        },
        "default_title": "ThreadHelper"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "https:\/\/api.twitter.com\/",
        "*:\/\/*.twitter.com\/*"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitter.com\/*",
                "*:\/\/mobile.twitter.com\/*",
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "content-script.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "public\/extension\/thread_16.png",
        "32": "public\/extension\/thread_32.png",
        "48": "public\/extension\/thread_48.png",
        "128": "public\/extension\/thread_128.png"
    },
    "content_security_policy": "script-src-elem 'self' chrome-extension:\/\/*\/idbWorker.bundle.worker.js chrome-extension:\/\/*\/searchWorker.bundle.worker.js chrome-extension:\/\/*\/twitterScout.bundle.worker.js  ;",
    "version": "0.4.9"
}