厌倦了 B 站视频里的植入广告?试试 Bilibili AI Skip
When watching videos on Bilibili, the most annoying thing is often not the pre-roll ads, but the commercials that content creators insert in the middle of the video. This content is usually unrelated to the video's theme and cannot be quickly skipped using the usual fast-forwarding. If there were a way for browsers to automatically identify and accurately skip these "soft ads," the viewing experience would be greatly improved.
Bilibili AI Skip 正是一款为此而生的 Chrome 浏览器扩展。它利用 AI 技术深度分析视频内容,自动定位广告区间并实现无缝跳过,将观看时间的掌控权交还给用户。
Core Function Analysis
This plugin is not a simple timeline truncation, but a recognition system that combines multiple AI models:
- 双模识别机制: The plugin prioritizes analyzing video subtitles; if the video lacks subtitles, it automatically calls Alibaba Cloud's audio transcription technology to ensure accurate capture of advertising information in various video scenarios.
- 智能自动跳过: Once the advertising section is identified, a seamless jump can be achieved directly, without requiring manual operation from the user.
- Cloud data sharing: By caching identified ad data through the Cloudflare API, subsequent users of the same video do not need to be analyzed repeatedly, significantly improving the identification speed.
- Highly customizable: Users can flexibly configure the API keys, calling addresses, and specific models of OpenAI and Alibaba Cloud according to their own needs.
- Human-assisted collaborative optimization: It supports users in correcting the range of AI-identified errors, and continuously optimizes the accuracy of the shared database through manual error correction.
- Intuitive interactive interface: The simple settings page, combined with real-time status pop-ups, allows users to clearly understand the ad skipping status.
Technical Implementation Details
The underlying logic of Bilibili AI Skip relies on OpenAI APIBy analyzing the semantics of text or audio content, the start and end times of advertisements and product information are determined. For audio processing, Alibaba Cloud's [technology/mechanism] is used. paraformer-v2 The model means it supports not only Chinese (including dialects) but also multiple languages such as English, Japanese, and Korean. The front-end is built on HTML+CSS, ensuring stable operation in the Chrome (Manifest V3) environment.
Precautions for use
- API keys must be configured: Because the recognition process relies on cloud-based AI services, users must 在设置中正确填入 OpenAI 和阿里云的 API Key 及接口地址,否则插件无法运行。
- Audio analysis is subject to delays. When audio transcription is triggered, the file needs to be uploaded to the cloud for processing, which usually takes about 1 minute (depending on the video length and server response). Please wait patiently.
- Mode selection: In the settings, you can enable "Automatically skip ads" to run it automatically; if you turn this off, the plugin will prompt you through a pop-up window when it detects an ad, allowing you to decide whether to skip it manually.
- troubleshooting: If you encounter any issues with the API not being recognized, please check if the API configuration is valid, if the video contains analyzable audio tracks/subtitles, or try refreshing the page.
Resource Acquisition and Installation
Installation channels:
- Official website address: https://oooo.uno/
- GitHub repository: https://github.com/qingmeng1/bilijump-ai
- 快捷下载: 网盘下载

