在 fomo.family 浏览代币时,把 DeBot 叙事、社区 Thesis、持仓者结构与来源推文 聚成一张浮动卡片——不用为了看一眼叙事另开三个标签页。While browsing tokens on fomo.family, it folds the DeBot narrative, holder theses, holder structure and source tweets into one floating card — no more three extra tabs just to check a narrative.
卡片默认停靠在左栏右缘,压在图表区上方——不遮代币信息条、不吃下方 Holders 表。The card docks at the right edge of the left panel, over the chart — it never covers the token info bar or the Holders table below.
进入任意代币页,卡片自动弹出(可关)。顶部三个标签,是同一个问题的三个层次: 这币讲的什么故事,社区拿什么理由持仓,掏钱的都是谁。Open any token page and the card pops up (can be turned off). Three tabs, three layers of the same question: what story this token tells, why the community is holding, and who actually put money in.
DeBot 的叙事分析全量呈现:起源与评级理由默认摊开,来源推文 / 传播 / 开发者收成一行标题点开看。第一屏先给结论,不是先给篇幅。占位套话("暂无"、"未发现"之类)自动过滤,不占卡片高度。币名右侧的小蓝 chips 是这只币的副池交易对(如 $HIMS $LLY $NVDA)——ETH / 稳定币这类谁都有的主池不占位,只显示有信息量的非常规配对,悬停看各池流动性。DeBot's full narrative analysis: origin and rating rationale open by default; source tweets / spread / developer notes collapse to one line each. Conclusions first, length later. Placeholder filler ("N/A", "none found"…) is filtered out. The small blue chips next to the ticker are this token's secondary-pool pairs (e.g. $HIMS $LLY $NVDA) — ETH / stablecoin main pools that every token has are hidden on purpose; only the unusual pairings show, hover for per-pool liquidity.
Holders 表里每个持有人对这只币写下的 thesis:按点赞降序全量列出、去重,行头带这位持有人的仓位与盈亏——先看他押了多少钱,再听他讲道理。页顶可切「按赞」/「最新 ≥2赞」两种排序,「最新」档直接读 fomo 自家的 Thesis 评论流,按发言时间新→旧。非中文观点自动补译文,原文保留。Every holder's thesis on this token from the Holders table: full list sorted by likes, de-duplicated, each row headed by the author's position and PnL — see how much they put in before you hear their argument. Switch between “by likes” / “newest ≥2 likes” at the top; “newest” reads fomo's own thesis feed, newest first. Non-Chinese theses get an automatic local translation (original kept) when the card language is 中文.
按仓位取前 6,一行看全:谁、多大仓位、赚赔多少、拿了多久(@名字 · $27.4K ▲34.76% · 持有 2d 4h)。成本悬停整行可见,代币数量这类流水账不上卡。Top 6 by position, one line each: who, how big, up or down how much, held how long (@name · $27.4K ▲34.76% · held 2d 4h). Cost basis on hover; token counts and other noise stay off the card.
鼠标在左栏 Alerts / Feed 的某一行上停住 0.6 秒,卡片浮出该币预览;点 📌 固定。 快速划过一串行不会误触发。Rest the pointer on a row in the left Alerts / Feed panel for 0.6 s and a preview of that token floats up; click 📌 to pin it. Sweeping across rows never triggers it.
自动弹出三档(精简 / 全展开 / 关闭)、默认语言、悬停预览开关,都在扩展图标的设置面板里。 就这三项——没有账号、没有登录、没有要你填的地址,装完就能用。Three auto-open modes (compact / expanded / off), default language and the hover-preview switch live in the extension's settings panel. That's all — no account, no login, no URL to fill in. Install and go.
装在交易网站上的东西,能力边界比功能清单重要。所以这一节反着写—— 先说它做不到什么,再说它伸手够得着的那几个地方。For anything installed on a trading site, the capability boundary matters more than the feature list. So this section is written backwards — first what it cannot do, then the few places it can reach.
这不是承诺,是结构:这个项目里没有任何服务器代码,也没有账号体系。设置只写在你浏览器本地的 chrome.storage,卸载即清除。它不读你的 fomo 登录态——Thesis 与 Holders 两页是直接读页面上 fomo 自己已经渲染好的内容,一个网络请求都不发。它也只活在 fomo.family 一个域名上, 别的网站你打开它是完全不存在的。这几句 manifest 里都写着,两行就能自己核对完。That is structure, not a promise: the project contains no server code and no account system. Settings live only in your browser's local chrome.storage and vanish on uninstall. It never reads your fomo session — the Thesis and Holders tabs read what fomo has already rendered on the page, without a single network request. It also exists only on fomo.family; on any other site it simply isn't there. All of this is in the manifest and takes two lines to verify.
同时诚实说清:拉取叙事、推文和池子要向 DeBot / FxTwitter / DexScreener 三个第三方公开接口发查询, 它们的服务器能在自己日志里看到「某 IP 查询了某代币」。这是拉取式工具绕不开的,但那不是我们在采集你—— 我们既没有服务器也收不到。介意的话可以只用 Thesis / Holders 两页,那两页零网络。To be equally honest: fetching narratives, tweets and pools queries three public third-party APIs — DeBot, FxTwitter, DexScreener — whose servers can see “some IP asked about some token” in their own logs. Unavoidable for a pull-based tool, but it is not us collecting anything: we have no server and receive nothing. If that bothers you, use only the Thesis / Holders tabs — those are zero-network.
| 接触点Touchpoint | 用途Purpose | 性质Nature |
|---|---|---|
| app.debot.ai | 拉取代币叙事分析token narrative | 公开接口,不登录、不带 cookie、无 keypublic API — no login, no cookies, no key |
| fomo.family 页面 DOMfomo.family page DOM | Thesis 与 HoldersThesis & Holders | 零网络:只读页面上已渲染的内容,不发任何请求,不碰你的登录态zero network: reads already-rendered content, sends nothing, never touches your session |
| api.fxtwitter.com | 叙事来源推文正文source tweet text | 公开只读,不登录、不发帖public, read-only — no login, never posts |
| api.dexscreener.com | 副池交易对 chipspool-pair chips | 公开只读,不登录、无 keypublic, read-only — no login, no key |
不经过应用商店,直接加载源目录,一分钟。Chrome / Edge / Brave 通用(Safari、Firefox 内核不同,不支持)。No web store — load the folder directly, one minute. Works on Chrome / Edge / Brave (Safari and Firefox use different engines and are not supported).
点上方「下载最新版 zip」。双击 zip 自动解压出 fomo-helper 文件夹。在 zip 上右键 →「全部解压缩…」解压出 fomo-helper 文件夹。不要双击进入 zip 直接用——那是个预览视图,Chrome 读不到它。Click “Download latest zip” above. Double-click the zip to get a fomo-helper folder.Right-click the zip → “Extract All…” to get a fomo-helper folder. Don't just double-click into the zip — that is a preview view Chrome cannot read.
建议从「下载」挪到固定目录,比如 ~/Documents/Extensions/。
建议从「下载」挪到固定目录,比如 C:\Extensions\。
浏览器每次启动都从这个文件夹读取扩展——放在下载目录里,哪天清理下载就把扩展清没了。Move it out of Downloads to a fixed place such as ~/Documents/Extensions/. Move it out of Downloads to a fixed place such as C:\Extensions\. The browser loads the extension from this folder on every start — leave it in Downloads and one cleanup wipes the extension.
地址栏输入 chrome://extensions(Edge 用 edge://extensions),
打开右上角的「开发者模式」开关。Type chrome://extensions in the address bar (edge://extensions on Edge) and flip the “Developer mode” switch top-right.
点「加载已解压的扩展程序」,选中刚才那个含 manifest.json 的文件夹。工具栏出现图标即安装成功。Click “Load unpacked” and pick the folder containing manifest.json. When the icon appears in the toolbar, you're done.
点进任意代币页,卡片自动弹出。没有别的初始化步骤——不需要登录什么、不需要同步什么。Open any token page and the card pops up. There is no other setup — nothing to log into, nothing to sync.
chrome://extensions
点该扩展卡片上的刷新圈 ↻(或重启浏览器)。配置不会丢——扩展 ID 是固定的,
即使你把文件夹挪去别的位置重装,名单和设置也都在原地。想收到新版本提醒,在 GitHub 上
Watch → Custom → Releases 即可。Updating: download the new zip, unzip over the same folder, go back to chrome://extensions and hit ↻ on the extension card (or restart the browser). Settings survive — the extension ID is fixed, so even moving the folder and reinstalling keeps everything. For release notifications, Watch → Custom → Releases on GitHub.
chrome://extensions 确认扩展已启用,点刷新圈 ↻ 再回来。
没有自动弹卡时,代币页右下角会有一个「🔍」圆钮,点它也能打开。It only runs on fomo.family; nothing is injected anywhere else. Refresh the fomo page first; if still nothing, check chrome://extensions that it is enabled, hit ↻ and come back. When auto-open is off there is a 🔍 button at the bottom-right of the token page that opens the card.先看 fomo 页面上的 Friends only 筛选是不是开着。这两页零网络、只读页面已经渲染出来的内容—— 筛选开着时表里只剩好友,扩展也就只能看见这些。这不是漏抓,是所见即所抓;想看全量,把页面筛选切回全部即可。 扩展侦测到这种情况时,空状态会直接写明「关闭它才能显示全部数据」。Check whether the Friends only filter is on in fomo. These two tabs are zero-network and only read what the page has rendered — with the filter on, only friends are in the table, so that is all the card can see. Not a scraping miss: what you see is what it gets. Switch the page filter back to all for the full list. When the card detects this, its empty state says so explicitly.