7TV
Improve your viewing experience on Twitch & Kick with new features, emotes, vanity and performance.
The Twitch enhancement suite. Get custom emotes and tons of new features you'll never want to go without.
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
FrankerFaceZ is a Twitch enhancement suite that provides custom channel emotes, Twitch layout and chat customization, advanced chat moderation tools, and many more unique features designed to make Twitch a more pleasant and social experience for you and the channels you love.
查看最近评论和评分分布。
商店综合星级:4.2。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
Improve your viewing experience on Twitch & Kick with new features, emotes, vanity and performance.
BetterTTV enhances Twitch and YouTube with new features, emotes, and more.
A combination of add-ons for the Twitch extension "FrankerFaceZ"
This is the nightly testing build of FrankerFaceZ. FrankerFaceZ is an enhancement suite for Twitch.
This extension adds indicators next to each streamer's name on Twitch that display the streamer's ranking in terms of revenue from…
Replaces the chat on Twitch.tv with Chatterino.
Please fix audio compressor <3 thank you Edit : Fixed now
// ==UserScript== // @name Twitch Audio Compressor Fix // @namespace http://tampermonkey.net/ // @version 0.1 // @description Ersatz-Kompressor für Twitch/FFZ // @author Gemini // @match https://www.twitch.tv/* // @grant none // ==/UserScript== (function() { 'use strict'; const setupCompressor = () => { const videoElement = document.querySelector('video'); if (!videoElement || videoElement.dataset.compressorActive) return; const audioCtx = new (window.AudioContext || window.webkitAudioContext)(); const source = audioCtx.createMediaElementSource(videoElement); const compressor = audioCtx.createDynamicsCompressor(); // Standard-Werte für "angenehmes" Hören: compressor.threshold.setValueAtTime(-30, audioCtx.currentTime); // Ab wann er greift compressor.knee.setValueAtTime(40, audioCtx.currentTime); // Sanfter Übergang compressor.ratio.setValueAtTime(12, audioCtx.currentTime); // Kompressionsstärke compressor.attack.setValueAtTime(0.003, audioCtx.currentTime); // Schnelle Reaktion compressor.release.setValueAtTime(0.25, audioCtx.currentTime); // Haltezeit source.connect(compressor); compressor.connect(audioCtx.destination); videoElement.dataset.compressorActive = "true"; console.log("FFZ-Patch: Audio-Kompressor manuell aktiviert!"); }; // Warte kurz, bis der Player geladen ist setTimeout(setupCompressor, 3000); })(); install tampermonkey and use this script and save it that should bring back the compressor if you dont trust this script go to gemini say that you need a script for a audio compressor like ffz had
dev please fix the audio compressor! it's has been broken for weeks now
Amazing extension, i love the audio compressor so much, and its so well designed i didnt relize it was a feature of this extension until it was gone due to twitch update which broke the feature. Please update soon. edit 02/09/26: They updated it, fixing audio compression. I really do love this extension.
Audio compressor hasn't appeared for a few days & PiP doesn't work
audio compressor gone
audio compressor hasnt worked in a few weeks
No Twitch chat, needs an update asap but it seems devs don't care about Chrome extensions updates.
Best Twitch app out there. Without the compressor, watching Twitch is a lot less enjoyable!
Twitch a fait une mise à jour, et ça a cassé toutes les extensions de ce type.