AI 产品解读Hides distracting and anxiety-inducing elements from the Twitter/X interface to create a calmer browsing experience
Twitter/X's interface is cluttered with trending topics, engagement metrics (likes, retweets, views), follower counts, promotional prompts (Premium, Grok, Jobs), and recommendation widgets that can cause information overload, social comparison anxiety, and addictive scrolling behavior. This extension removes those distractions.
Install extension → visit twitter.com or x.com → extension automatically hides selected UI elements via CSS class toggles on the body → user can customize which elements to hide via the popup settings (checkboxes grouped into Basic, Navigation, and Additional sections) → settings persist in chrome.storage.local.
Hide trending topics and news from sidebarHide reaction numbers (replies, retweets, likes, bookmarks, view counts)Hide following and follower countsHide navigation items (Explore, Grok, Jobs, Communities, Premium, Verified Organizations)Hide 'Who to follow' and 'Topics to follow' recommendationsShow 'Calm' text next to Twitter logo
- 目标用户
- Twitter/X users who want to reduce social media anxiety and distraction / Users seeking to minimize engagement with metrics and trending content / People wanting a mindful, calmer social media experience
- Extension source is minified/bundled (Vite build), but logic is simple enough to fully understand from the readable code and constants file. No obfuscation concerns.
付费分析未识别到付费功能
All 'premium' and 'subscribe' keyword hits refer to hiding Twitter/X's own UI elements (e.g., 'Hide Premium', 'Hide subscribe prompts'), not to extension-paid features. The extension has no payment APIs, no billing logic, no Stripe/payment platform references, no premium tiers, and no gated features. All checkbox toggles are available to all users for free.
- 置信度
- 97
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension only uses chrome.storage.local to persist user toggle preferences. No authentication APIs, login UI, or external account services are present. The only permission is 'storage'. Users install and use the extension immediately with no account required.