A Chrome extension that allows you to clip YouTube Music songs and listen to the parts you enjoy most.
Clib Tube is a browser extension designed specifically for YouTube Music users who want to create custom clips of their favorite songs. Instead of listening to entire tracks, you can select and replay specific segments that you find most enjoyable.
- Works exclusively with YouTube Music
- Create custom clips from any song
- Simple popup interface for easy control
- Persistent storage for your clips
This project uses Vite for development and building, with TypeScript support and the CRX plugin for Chrome extension development.
- Node.js
- npm
npm installnpm run dev- Start the development server with hot reloadnpm run build- Build the extension for productionnpm run preview- Preview the built extension
src/- Source codepopup/- Extension popup interfacecontent.ts- Content script for YouTube Music integrationtypes.ts- TypeScript type definitions
images/- Extension iconsmanifest.json- Chrome extension manifestdist/- Built extension files (generated)
- Run
npm run buildto build the extension - Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the
distfolder
- Navigate to YouTube Music
- Click the extension icon in your browser toolbar
- Use the popup interface to create and manage your song clips
- Enjoy listening to your favorite parts on repeat!