稳定信号未识别中风险权限组合
Audio Only Youtube icon

Audio Only Youtube

Enables you to disable video streams on youtube and listen audio

用户数60K当前公开安装规模
评分3.8商店平均评分
评论数734公开评论体量
Manifest 版本V3插件平台版本
7日增长0近 7 天净增用户
7日增长率0%相对周增长速度
视觉预览

Audio Only Youtube 媒体预览

2 项素材
趋势

用户增长趋势

按已采集快照查看用户数变化。

用户增长趋势

60K60K60K60K60K2026年7月15日2026年7月18日2026年7月21日最新值: 60K
评分趋势

近 7 日评分趋势

展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。

7 日评分变化

起始值
3.83
最新值
3.83
7 日评分变化
0.00
3.733.783.833.883.932026年7月15日2026年7月18日2026年7月21日最新值: 3.83
2026年7月15日2026年7月21日
增长概览

日/周/月增长表现

同口径展示 1 天、7 天、30 天的绝对增长与增长率。

1日增长持平
00%
7日增长持平
00%
30日增长持平
00%
技术摘要

版本、语言与抓取信息

查看发布时间、版本、支持语言、最近更新和抓取时间。

版本0.15.0
ManifestV3
大小236KiB
语言数1English
发布时间
最近更新
最近抓取
English
简介

插件简介

查看插件说明、主要功能和适用场景。

"Audio only youtube" chrome extension enables you to disable only video on youtube which saves internet usage more than 50% when you want to listen songs on youtube.

**Note: It doesn't support Youtube Live Videos.**

You can enable/disable it by just clicking on the icon shown in the extension bar.

Audio only youtube is an open-source project licensed under GPLv3. You can find sources here :

https://github.com/Ashish-Bansal/audio-only-youtube

Any kind of contributions to the project are welcomed and thanks to all who contributed to this project!

评价

最新评论快照

查看最近评论和评分分布。

商店综合星级3.8Chrome 商店给出的聚合评分,包含只有打分但没有同步评论正文的情况
已同步评论均分3.5仅基于下方已同步评论正文计算
有内容评论507已同步的评论正文数量
总评分/评论数734Chrome 商店公开评分/评论计数

商店综合星级:3.8。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。

5
242
4
74
3
37
2
28
1
126
Shawn Graven (Zekrom_Vale)2017年4月12日
3

After being a developer for 3 years, I can say that this works. Although, it does not block 100% of the video requests, with the extension on it uses 3MB for a 10 minute video. But modifying the request handler to block all video requests it uses 350KB, almost 10x less! Plus the audio loads much faster as no video is processed. Please add the following code to save more data! Unfortunately, the first video part must load, so this does not work when loading a new video. (This does not work without the extension enabled, it needs to hook into YouTube/Video API. This method will not work for Twitch as they use a combined video/audio format, YouTube is special). Insert this in with developer tools console (F12). (function(){ var origOpen=XMLHttpRequest.prototype.open; XMLHttpRequest.prototype.open= function(){ console.log('request started!'); this.addEventListener('load', function(){ console.log('request completed!'); }); console.log(this, arguments); if(!/mime=video/.test(arguments[1])) return origOpen.apply( this, arguments); console.log("stoped"); }; })();

语言 en
5 有用 · 0 无用
Rusty Long2017年4月6日
2

it breaks a alot. i just get about 5 seconds of sound and then nothing.

语言 en
1 有用 · 1 无用
Dhruv Garg2017年3月29日
5

Awesome! Saves a lot of data if only want to listen to songs. Plus, easily button to turn on/off the extension.

语言 en
M Kinnerin2017年3月10日
4

Works seamlessly and lowers bandwidth and memory usage. Could be dramatically improved by removing all images on the page or providing an option to remove all images on the page.. Would give 5 stars if this feature was implemented.

语言 en
2 有用 · 1 无用
Mohammed Shraim2017年3月3日
1

hey people its not working.. just give a layer on video but its still loading the video... check your bandwidth.. nothing change.. even its worst than normal youtube.. this by default load a high quality video mean more bandwidth sucks...

语言 en
7 有用 · 2 无用
Harold Condorelli2017年3月2日
1

didnt work at all, goes to an error page when trying to download this audio.

语言 en
0 有用 · 2 无用
Pierre Laclau2017年2月26日
5

The loading time gets 1000 times faster ! super easy and awesome for listening to music.

语言 en
Saadillah Yoga Iswara2017年2月23日
5

works well and save bandwith

语言 en
0 有用 · 1 无用
匿名用户2017年2月19日
5

Helpful since many youtube are not videos

语言 en
0 有用 · 1 无用
Honk Honkler2017年2月14日
5

EDIT: The loading time issue seems to have been fixed. It appears that this extension hasn't been updated recently so I guess YouTube changed or something on my end changed. Now it gets 5 stars. :) Old review: Very useful, but doesn't get a 5 star rating from me because on longer videos such as hour-long music mixes it can take extremely long (dozens of seconds to several minutes) for the audio to load even though with the extension disabled the videos load instantly. I still like it a lot as it saves bandwidth and computer resource usage, but I'd like to see the load time issue fixed if possible.

语言 en
4 有用 · 0 无用