Emojery vs Avokado for Twitter
Avokado had the same idea Emojery has: the heart under a tweet is not enough, so put a row of emoji there instead. It is the closest like-for-like comparison on this site, which makes the difference between them worth being precise about.
TL;DR
Avokado for Twitter puts an emoji reaction toolbar beside each tweet. Its store card, read on 13 September 2026, shows version 0.0.2, a last update of 22 May 2023, and
12 users. The developer declares that it does not collect user data.
Emojery does the same thing on X and on 14 sites in total, is GPL-3 with the source public, ties every count to an account a provider vouched for, and writes every accepted reaction to a public record anyone can recount. It is still shipping.
At a glance
| Emojery | Avokado for Twitter |
| Sites covered | 14 and growing — Facebook, Instagram, Reddit, GitHub, GitLab, YouTube, X, Threads, Amazon, Rotten Tomatoes, TMDB, IMDb, Metacritic, and OpenCritic | Twitter / X only |
| Last public release | Continuously released from GitHub | 22 May 2023, version 0.0.2, per the store card |
| Reported users | Public beta | 12, per the store card |
| Source code | Public on GitHub, GPL-3
| No public repository linked from the store card |
| Who the count includes | Every verified Emojery account, as one public aggregate | Not documented on the store card |
| Identity model | One provider account = one account | Not documented on the store card |
| Can you re-check a count? |
Yes — public append-only log plus an independent verifier | No published record or verification method |
| Browsers | Chrome, Firefox, Edge | Chrome |
Why this comparison is mostly about staying alive
An extension that reads a site's DOM has a shelf life
Avokado last shipped in May 2023. X has been redesigned repeatedly since, and anything that finds the action row by matching markup stops finding it the day that markup changes. This is not a criticism of the code; it is the tax every extension in this category pays, and the only thing that pays it is
somebody still shipping updates.
Emojery keeps each site's placement rules in a small adapter bundled with the reviewed extension, so an X redesign is a focused update rather than a rewrite.
What happens when a site redesigns spells out that process.
A reaction count needs people in it
This is the hard part of the idea, and it is why 12 users is a fact worth stating rather than a jab. A reaction layer is only worth opening if somebody else reacted too, so the count and the audience grow or stall together. Emojery is in public beta and has the same problem; the difference is that its counts
are pooled across 14 sites rather than one, so a reader arrives having already seen the layer somewhere else.
You cannot check a number you cannot see the working for
Avokado's card does not document who its counts include or how they are stored, which is ordinary for a small extension and still leaves you trusting the number. Emojery answers that differently on purpose: the counting rules are written down, every accepted reaction is
appended to a
public log, and a separate program re-derives the totals without contacting our servers. If it disagrees with us, it is right.
Open source is the part that outlives the author
No public repository is linked from Avokado's card, so if its author stops, the extension stops with them. Emojery is GPL-3 on
GitHub: it can be forked, built and kept running by somebody else, and the license keeps a fork open too. The
public record is a separate repository for the same reason — it survives whoever is maintaining the extension.
Which one should you pick?
If Avokado still works on the X you are looking at and 12 people is the audience you wanted, it is a smaller and simpler thing to install, and there is nothing wrong with that. It asks for less because it promises less.
If you want the reaction to still be there next year, to count the same way on a repository and a product page as it does on a tweet, and to be a number you can re-derive yourself, that is what Emojery is for. On X specifically it adds the full palette next to every post: emoji reactions for X (Twitter).
Sources
-
Avokado for Twitter Chrome Web Store —
listing. The version, the 22 May 2023 update date, the user count and the data-collection declaration are taken from that public store card, read on 13 September 2026. A store
card changes; check it before relying on a number here.
-
The extension also has a Product Hunt listing.
- We are not affiliated with Avokado or its author. This compares publicly disclosed properties and makes no claim about code we have not read.