AI 产品解读Download podcast audio files from the Xiaoyuzhou (小宇宙) platform
Users cannot easily download podcast episodes from the Xiaoyuzhou web player for offline listening. This extension adds a direct download button to episode pages.
1. User visits a podcast episode page on xiaoyuzhoufm.com. 2. Extension content script detects the page and finds the audio URL. 3. A 'Download Audio' button is injected into the page header. 4. User clicks the button. 5. Extension sends the URL to the background script. 6. Background script triggers chrome.downloads.download with the URL and a sanitized filename.
Detects audio URLs on Xiaoyuzhou episode pagesAdds a 'Download Audio' button to the page headerSupports multiple audio source detection methods (meta tags, JSON-LD, Next.js data, media elements)Handles filename sanitization and extension detectionUses browser downloads API for file saving
- 目标用户
- Xiaoyuzhou podcast listeners who want to download episodes for offline listening
- The analysis is based on static source code. Dynamic behavior (e.g., if the site changes its audio URL structure or adds anti-bot measures) is not tested. The extension relies on the public availability of audio URLs, which might be restricted if the destination service implements stricter access controls or token-based authentication for audio streams.
付费分析未识别到付费功能
The extension is free and open. There are no references to payment gateways, subscription management, license keys, or premium feature gating in the source code. The keyword 'pro' found in static analysis was a false positive (matching 'og:audio', 'og:title', 'property', etc.). The extension simply adds a download button to the podcast page.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension is a simple client-side utility that injects a download button into the xiaoyuzhoufm.com episode pages. It does not implement any login UI, nor does it require the user to authenticate with the destination service to use the download feature. The download functionality relies on the browser's native downloads API and the public audio URLs found in the page source. While the destination service (Xiaoyuzhou) might have its own account system for other features, this specific extension workflow (downloading audio) does not require login.
还可以,下载文件名默认就是节目的名称,不过为啥是.mp4,不过确实是只有音频,我把文件类型改成.mp3。
点击后没反应