ThreadHelper

A serendipity engine on the Twitter sidebar.

What is ThreadHelper?

ThreadHelper is a Chrome extension developed by devs.thread.helper, and its main feature is "A serendipity engine on the Twitter sidebar.".

Extension Screenshots

screenshot
screenshot
screenshot

Download ThreadHelper Extension CRX File

Download ThreadHelper 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

                        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™.                    

Extension Basic Information

Name ThreadHelper ThreadHelper
ID nfadnflafdfmekapgcgddbccooagpndk
Official URL https://chromewebstore.google.com/detail/threadhelper/nfadnflafdfmekapgcgddbccooagpndk
Description A serendipity engine on the Twitter sidebar.
File Size 437 KB
Installation Count 868
Current Version 0.4.9
Last Updated 2022-02-20
Publish Date 2020-10-22
Rating 5.00/5 Total 16 Ratings
Developer devs.thread.helper
Email [email protected]
Payment Type free
Extension Website http://threadhelper.com/
Help Page URL http://threadhelper.com/
Privacy Policy Page URL http://threadhelper.com/privacy_policy
Supported Languages 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"
}