BiliPlus is a free open-source browser extension that purifies Bilibili's homepage, adds AI summaries, fine-grained playback controls, and deep customization for Chrome, Edge, and Firefox.

A compact browser extension is quietly redefining how millions of Bilibili users watch videos. In an information-saturated Bilibili feed, BiliPlus pinpoints content that truly matters; inside lengthy videos, it jumps straight to the core ideas; amid the danmaku flood, it opens a clean, distraction-free lane. Built on a free and open-source foundation and driven by a "lightweight enhancement" philosophy, this extension has become an essential tool for anyone chasing a more efficient and purified Bilibili experience.


🔍 1. What Is BiliPlus? Core Positioning Explained

BiliPlus is a browser extension designed specifically to enhance the Bilibili user experience. It does not replace the Bilibili web pages themselves; instead, it embeds an optimization layer through technical means. While preserving the original site's interaction logic, it removes distracting information, adds practical features, and opens the door to deep customization, ultimately delivering a cleaner, more efficient, and more personalized video browsing environment.

Its technical architecture is built on modern Web extension standards. The interface uses the CSS framework TailwindCSS + DaisyUI to ensure a consistent and responsive visual experience. JavaScript monitors page state and dynamically injects optimization elements, producing a "seamless enhancement" effect. The extension currently offers perfect compatibility with major browsers including Chrome, Edge, and Firefox.


⚡ 2. Feature Highlights: More Than Ad Blocking, It's a Full Experience Rebuild

📌 1. Homepage & Feed Purification ("Clean Mode")

  • Complete removal of promotional units: including in-feed ads, recommendation cards, live-stream promos, and other non-followed content.
  • Smart dynamic stream filtering: automatically hides promotional posts and low-quality marketing accounts, with support for keyword and UP-master blacklists.
  • Minimalist layout switch: optional single-column focus mode to eliminate visual jumping.

📺 2. Video Information Enhancement

  • AI-powered smart summary: generates key-point summaries beneath video thumbnails for fast content value assessment.
  • Real-time viewer count display: accurately shows the current number of online viewers to gauge video popularity trends.
  • In-depth data panel: displays technical specs including video codec, resolution, and bitrate.

🛠 3. Interaction & Playback Enhancement

  • Stepless playback speed: supports fine-grained 0.1x increments, far surpassing the official 0.5x jumps.
  • Advanced danmaku management: filter comments by user ID, keywords, or type; adjust transparency, font, and speed.
  • Gesture controls: double-tap to pause/fast-forward, swipe to adjust brightness/volume (requires manually enabling experimental features).

⚙️ 4. Personalization Center

  • 12 theme colors + dark mode: matches the system theme or switches on a schedule.
  • Modular toggles: 30+ features that can be independently enabled or disabled.
  • Layout editor: customize the order and display priority of homepage sections.

Summary of BiliPlus core feature modules:

CategoryCore CapabilityUser Value
Interface PurificationAd removal / promos / marketing posts; clean layoutFocus on content of interest, reduce distractions
Information EnhancementAI summary / real-time viewer count / technical specsFast decision-making, boost info-gathering efficiency
Playback ExperienceStepless speed / danmaku filtering / gesture controlsPersonalized viewing, greater control
PersonalizationMulti-theme / modular features / layout editingBuild a dedicated Bilibili workspace

🔥 3. Competitor Comparison: Why BiliPlus Is Irreplaceable

Bilibili enhancement tools come in many forms, but BiliPlus stands out through its lightweight footprint, broad compatibility, and sustainability.

• Same-category extension: Bilibili-plus

Also an open-source script, but focused on player optimization (shortcuts, quality switching) and lacking BiliPlus's deeper features like feed purification and AI summaries.

• Client-side alternative: PiliPlus

A third-party app that fully strips ads and supports offline caching, but requires a separate install and cannot sync with the web account state.

• Download tools:唧唧Down / BiliDuang

Focused on video downloading (8K/HDR support), complementary to BiliPlus's "browsing enhancement" positioning rather than competitive with it.

Comprehensive comparison of mainstream Bilibili tools:

Tool NameTypePlatformCore StrengthLimitation
BiliPlusBrowser ExtensionWin/macOS/LinuxSeamless enhancement of existing Bilibili pages; AI summary; real-time dataDoes not alter underlying playback/download capabilities
PiliPlusStandalone ClientAndroid/iOSZero ads; offline caching; 4K/8K supportRequires separate install; updates may lag
唧唧DownDesktop AppWin/Mac/Linux8K + Dolby Vision downloads; batch tasksDownload-only, no browsing enhancement
BiliDuangDownload ToolWindowsHong Kong/Taiwan/Macao regional unlocks; 4K without watermarkNo browsing optimization

🎯 4. Advanced Tips: Unleash 100% of the Tool's Potential

→ Tip 1: Combine Filters to Build a Pure Space

Dynamic page: Blacklist keywords = "promo" "order" "giveaway" + block promotional UP-masters.
Video page: Danmaku filter = keywords "haha" "666" + block LV1 users.
Homepage: Enable "Academic Mode" preset → automatically hide the entertainment section.

→ Tip 2: AI Summaries for Efficient Content Curation

When encountering technical videos longer than 30 minutes:

  • Hover over the cover → view the AI-generated 3-point summary.
  • Judge whether it covers the knowledge points you need.
  • Decide to watch now / bookmark / skip.
    Time-saving rate: 60%+

→ Tip 3: Activate Experimental Features (Manual Enable)

  • Extension icon → Settings → Lab
  • Enable:
  • Progress-bar hotspot preview (marks high-engagement segments).
  • Cross-video continuous playback (auto-plays the next video in your favorites).
  • SponsorBlock auto-skip (detects and skips "like-and-follow" begging segments).

📥 5. Installation & Deployment Guide

Method 1: Direct Install from Store (Recommended)

Method 2: Manual Load (For Developers)

git clone https://github.com/0xlau/biliplus.git  # Clone source code
cd biliplus
npm install  # Install dependencies
npm run build  # Build production bundle

Browser steps: navigate to chrome://extensions → enable "Developer mode" → "Load unpacked" → select the dist directory.

Configuration Suggestions

After first install:

  • Click the extension icon → enter the settings center.
  • Recommended to enable:
  • ✅ Clean Mode (homepage purification).
  • ✅ Smart Summary (video preview).
  • ✅ Danmaku Filter (basic rules enabled by default).
  • Enable as needed:
  • 🔧 Experimental Features → Gesture Controls / SponsorBlock.

Note: This is the English translation of the original Chinese version.