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.
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
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.
Inspect the latest comments and rating distribution.
Store average score: 4.2. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
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.