A handy Chrome extension to browse all clips from a Kick.com channel on a dedicated page with convenient pagination, search, sorting, a built-in player, and downloads.
- 🚀 Full load — fetches every clip on the channel via the Kick API with automatic pagination handling.
- 🗂️ Flexible sorting:
- Oldest first / Newest first
- Most popular / Least views
- 🔍 Smart search — instant filtering by clip title, creator, and category.
- 🎬 Built-in HLS player — watch clips directly inside the extension with video quality selection.
- 📥 Direct downloads — download clips at the highest available quality in one click.
- 👤 Creator profile card — displays streamer details within a convenient, draggable popover.
- 🛑 Load control — cancel long-running loading processes at any time with an in-extension confirmation.
- Open the extension page:
https://chrome.google.com/webstore/detail/meoibohhadloigepepfdnmgbelhlocgp - Click Add to Chrome.
- Confirm installation.
Note
This method is the easiest and safest. However, updates may be published here with a slight delay due to Chrome Web Store moderation.
- Open
chrome://extensions/in your browser. - In the top-right corner, enable Developer mode.
- Click Load unpacked.
- Select the
KickClipsViewerfolder on your computer.
Important
This method allows you to receive updates faster than the Chrome Web Store version.
- Click the extension icon in the browser toolbar.
- Enter a Kick channel slug (for example,
Kick). - Click Open clips.
You can open the clips page directly at:
chrome-extension://<EXTENSION_ID>/pages/tracking.html?channel=CHANNEL_NAME
Important
Replace CHANNEL_NAME with the streamer’s login slug and <EXTENSION_ID> with your extension’s unique ID (you can copy it on chrome://extensions/).
Note
The extension uses public Kick JSON endpoints (kick.com/api/v2/...). No developer API keys or registration are required to use this extension.