Extension
Extension copied to clipboard
The Web Extension for 7TV, bringing new features, emotes, vanity and performance to Twitch, Kick & YouTube
SevenTV
An emote extension for Twitch and YouTube
Features
- 200 free emote slots per channel
- Support for wide emotes, animated emotes and animated wide emotes
- Greater creative support for emote artists
- Better customization with features such as emote aliases
- WEBP Compression (Super-light file sizes!)
- Less opinionated, free and open-source
- Adding or removing emotes in chat updates instantly for everyone
- Integrates and supports other popular emote extensions
What is 7TV?
7TV is a less opinionated emote extension for Twitch and YouTube, offering more creative freedom for emote artists and many extra features.
Installation (Browser Extension)
The browser extension is currently available on Chromium-based browsers (Google Chrome, Brave, etc) and Mozilla Firefox
Chromium / Google Chrome - (Chrome Web Store)
Chromium / Google Chrome (Manual Install)
- Download the latest build from the releases page
- Unzip the archive
- Go into the browser's extensions page
- Enable "Developer mode" (top right)
- Click "Load unpacked" and select the "7tv-extension" folder
- The extension should now be enabled
Mozilla Firefox (Firefox Add-Ons)
Mozilla Firefox (Manual Install)
- Download the latest build from the releases page
- Unzip the archive into a new folder
- Go to the URL about:debugging#/runtime/this-firefox in the browser
- Click the button "Load Temporary Add-on..."
- In the folder previously created from the archive, select the manifest.json file
- The extension should now be enabled
Chatterino
Download the Chatterino7 fork. 7TV is not a part of the official Chatterino2 release at this time.
Contributing
You can contribute to this repository by cloning and making a pull request.
Building
Pre-requisites:
- NPM / Node.JS installed
- Clone this repo with submodule:
git clone [email protected]:SevenTV/SevenTV.git --recursive
- Run
yarn
- Build the project using
yarn build
(dev) oryarn build-prod-chromium
/yarn build-prod-firefox
(prod) - Built files will be in the
dist/
folder