yt-cmt-ext-1760960677650.1.mp4
A simple Chrome extension that moves YouTube comments to a sidebar above the recommended videos section. All comment features work - likes, replies, posting, everything!
- Puts YouTube comments in a nice sidebar on the right
- Keep all the features - like, reply, post comments, load more, etc.
- Clean UI that matches YouTube's design
- Works with dark/light mode
- Download/clone this repo
- Create an
imagesfolder and add youricon.png(oricon.jpg) - Add placeholder icons:
icon16.png,icon48.png,icon128.png(or use any icons you want) - Open Chrome and go to
chrome://extensions/ - Turn on "Developer mode" (top right corner)
- Click "Load unpacked"
- Select the extension folder
- Done! Visit any YouTube video
├── manifest.json # Extension config
├── content.js # Main logic
├── styles.css # Styling
├── popup.html # Extension popup UI
├── popup.js # Popup logic
├── images/
│ └── icon.png # Your custom icon
├── icon16.png # Extension icon (16x16)
├── icon48.png # Extension icon (48x48)
└── icon128.png # Extension icon (128x128)
- ↻ - Refresh comments
- ✕ - Hide/show sidebar
- Sometimes when you switch videos, comments take a few seconds to load
- If comments don't show up, scroll down on the page or click the refresh button
- Works best on desktop (mobile YouTube is different)
The extension finds YouTube's actual comments section and physically moves it into a custom sidebar. This way all the buttons and features work exactly like normal - I'm not copying anything, just relocating it!
Do whatever you want with it ¯\_(ツ)_/¯