AI 产品解读Bilibili video sponsor segment skipper — a crowdsourced extension that automatically skips sponsor ads, subscription reminders, intros, outros, and other non-content segments in Bilibili videos
Bilibili视频中嵌入的赞助广告、订阅提醒、片头片尾等非内容片段浪费观众时间。该扩展通过众包标记数据,自动跳过这些片段,提升观看体验
用户安装扩展后访问Bilibili视频页面,扩展自动从bsbsb.top服务器获取该视频的已标记片段数据,在视频进度条上显示标记区域,播放到标记区域时自动跳过。用户也可以手动标记新的广告片段并上传到服务器供所有人使用。
自动跳过Bilibili视频中的赞助广告片段众包标记系统:用户可标记广告开始和结束时间并上传至共享数据库在视频进度条上可视化显示已标记的广告片段支持多种片段分类:赞助广告、自我推广、订阅提醒、片头片尾、高光时刻等对已跳过片段显示提醒通知,支持投票纠错可自定义快捷键和跳过行为
- 目标用户
- Bilibili视频观看者 / 希望跳过视频广告和无关内容的用户 / 愿意贡献标记数据的社区参与者
- JS files are minified/webpack-bundled, making detailed code inspection difficult
- The deterministic heuristic produced false positives for 'subscription', 'subscribe', 'upgrade' which are actually video segment category labels, not paid features
付费分析未识别到付费功能
The extension is fully free and open source (GPL 3.0). The deterministic heuristic falsely flagged 'subscription', 'subscribe', and 'upgrade' keywords, but these refer to video content segment categories (e.g., 'Interaction Reminder (Subscribe)' category for labeling in-video subscribe reminders) and a UI notice upgrade message — NOT paid features. There is no billing, payment, Stripe, purchase, or premium gate in the code. The only monetization is a voluntary donation link (bsbsb.top/donate). No payment platforms, no paid feature names, no gating.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension does not require any login or account to use its core features. The 'userID' found in code is a randomly generated private identifier auto-created by the extension (like a pseudonymous UUID) for submitting/retrieving segment data from the SponsorBlock server. It is not a login credential — no OAuth, no username/password, no account creation flow exists. The localization explicitly says: 'This should be kept private. This is like a password and should not be shared with anyone.' Users can skip segments without any authentication.