PEEEEP is a browser extension that enhances your Twitch viewing experience by integrating third-party emotes directly into Twitch chat.
- 🖼 Support for Third-Party Emotes: Displays emotes from 7TV, FrankerFaceZ (FFZ), and BetterTTV (BTTV) in Twitch chat.
- 🔍 Emote Tooltips on Hover: See emote information when you click an emote, including emote name, source, and a larger version.
- 🎨 7TV Modifier Emote Support: Limited support for emote modifiers (currently only from 7TV).
⚠️ Note: Firefox support is temporarily removed due to compatibility issues
- Visit PEEEEP on the Chrome Web Store
- Click "Add to Chrome"
- The extension will automatically install and be ready to use!
- Ensure you have Node.js and npm installed for building the extension from source.
-
Clone this repository:
git clone https://github.com/faisalagood/peeeep.git cd peeeep
-
Install dependencies:
npm install
-
Build the extension:
npm run build
-
Load the extension in Chrome:
- Go to
chrome://extensions/
. - Enable Developer mode in the top right corner.
- Click Load unpacked and select the project’s root directory.
The extension will now be installed in your browser!
- Go to
- After installing, navigate to any Twitch channel to automatically load supported emotes in chat.
- Click on any emote to see its tooltip, displaying details like emote name, source, and a preview image.
To contribute or make modifications:
-
Clone the repository if you haven’t already.
-
Make your changes in the source files.
-
Rebuild the extension:
npm run build
-
Reload the extension in your browser as outlined in the installation steps.
- Firefox: Support for Firefox is temporarily paused; stay tuned for future updates!
- Other Issues: Feel free to open an issue if you encounter any bugs or need help.
This project is licensed under the MIT License. See the LICENSE file for details.