稳定信号免费/含内购中风险权限组合
Youtube Unsubscribe All icon

Youtube Unsubscribe All

Youtube unsubscribe all

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

Youtube Unsubscribe All 媒体预览

2 项素材
趋势

用户增长趋势

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

用户增长趋势

30K30K30K30K30K2026年7月17日2026年7月20日2026年7月23日最新值: 30K
评分趋势

近 7 日评分趋势

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

7 日评分变化

起始值
4.86
最新值
4.86
7 日评分变化
0.00
4.764.814.864.914.962026年7月17日2026年7月20日2026年7月23日最新值: 4.86
2026年7月17日2026年7月23日
增长概览

日/周/月增长表现

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

1日增长暂无数据
----
7日增长持平
00%
30日增长暂无数据
----
技术摘要

版本、语言与抓取信息

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

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

插件简介

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

Unsubscribing from all channels with one click without any troubles or requirements, just one click.

评价

最新评论快照

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

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

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

5
2942
4
63
3
15
2
9
1
103
Romman D2023年9月15日
1

It doesn't work. Unfortunataly...

语言 en
11 有用 · 1 无用
ashraf alghaly2023年9月1日
1

doesn't work

语言 en
8 有用 · 0 无用
O TH2023年8月30日
1

doesn't work.

语言 en
1 有用 · 0 无用
Shomirul Islam Bonny2023年8月29日
1

doesn't work!

语言 en
7 有用 · 0 无用
Ella2023年8月16日
1

broken

语言 en
11 有用 · 1 无用
Scot Dubert2023年8月10日
1

doesn't work

语言 en
14 有用 · 0 无用
John smith2023年7月27日
1

Broken needs update

语言 en
29 有用 · 0 无用
Moha2023年7月20日
5

IT WORK PERFECTLY ! Just follow the right

语言 en
1 有用 · 13 无用
Abhishek Kumar2023年7月18日
1

The extension is broken since youtube UI changed. Here's the fix. Go to youtube home > subscriptions > manage > right click > inspect element > console > paste the below code snippet to unsubscribe from all. A few points to keep in mind - 1. I've made the change to make it work as of July 2023. If Youtube UI changes again, script would need to be fixed again. 2. You may want to install any extension like Youtube subscription importer & exporter to resubscribe to a few of channels again. 3. If this works for you, mark the review as helpful to help others know. ``` (async function iife() { // This is the time delay after which the "unsubscribe" button is "clicked"; Tweak to your liking! var UNSUBSCRIBE_DELAY_TIME = 2000 /** * Delay runner. Wraps `setTimeout` so it can be `await`ed on. * @param {Function} fn * @param {number} delay */ var runAfterDelay = (fn, delay) => new Promise((resolve, reject) => { setTimeout(() => { fn() resolve() }, delay) }) // Get the channel list; this can be considered a row in the page. var channels = Array.from(document.getElementsByTagName(`ytd-channel-renderer`)) console.log(`${channels.length} channels found.`) var ctr = 0 for (const channel of channels) { // Get the subscribe button and trigger a "click" channel.querySelector(`[aria-label^='Unsubscribe from']`).click() await runAfterDelay(() => { // Get the dialog container... document.getElementById("confirm-button").childNodes[1].childNodes[0].click(); console.log(`Unsubscribed ${ctr + 1}/${channels.length}`) ctr++ }, UNSUBSCRIBE_DELAY_TIME) } })() ```

语言 en
68 有用 · 5 无用
khelifa2023年7月6日
1

Don't even work

语言 en
10 有用 · 0 无用