AI 产品解读Redesigns the Bilibili (bilibili.com) homepage with a modern, customizable UI and adds additional browsing features
Bilibili's default homepage UI is cluttered and lacks customization. This extension provides a cleaner, more modern interface with personalized wallpapers, themes, filtering options, and integrated access to multiple Bilibili sections
User installs the extension → visits bilibili.com → the original homepage is replaced with BewlyBewly's redesigned interface → user can customize wallpapers, themes, colors, and layout → user can filter recommended videos, browse different content sections (anime, moments, notifications, etc.) → optionally authorize access key via QR code for app-style recommendations
Modern redesigned Bilibili homepage with customizable wallpapers and themesMultiple content tabs: recommendations, following, anime, moments, notifications, history, watch later, favorites, searchVideo filtering by title, user, view count, duration, and vertical videosOptional access key authorization to get Bilibili app-style algorithm recommendationsAd blocking on search pagesDark mode and glass-effect UI styling
- 目标用户
- Bilibili users who want a better homepage experience / Power users who want video filtering and customization / Chinese video platform viewers who prefer modern UI design
- The content script is minified (~1MB) making exact code tracing difficult, but UI strings and API definitions are clearly visible
- Cannot verify if all features work without login since some may gracefully degrade, but personalized features clearly require Bilibili authentication
付费分析未识别到付费功能
The extension itself is completely free with no gating of features behind payment. The 'premiumPage' CSS only restyles Bilibili's existing 大会员 (premium membership) page - this is Bilibili's own paid service, not the extension's. References to pay.bilibili.com are links to Bilibili's B币 payment system. The extension shows donation links (afdian.com, buymeacoffee.com) in a 'sponsor' section, but these are voluntary and do not unlock any features. No subscription tier, license check, or payment gating was found in the extension code.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension modifies the Bilibili homepage and provides personalized content (recommendations, watch history, favorites, notifications, moments). These features require the user to be logged into their Bilibili account. The background script implements Bilibili passport authentication endpoints (getLoginQRCode, qrCodeLogin, logout) and the content script restyles the Bilibili login page. The core workflow of browsing a personalized homepage is impossible without being logged into Bilibili.