A powerful Chrome extension that enhances your YouTube experience by allowing you to search and play YouTube songs in a new tab, and maintain a list of your favorite songs.
- 🔍 Quick YouTube song search in a new tab
- 🎵 Play YouTube songs directly from the extension
- ❤️ Create and manage your favorite songs playlist
- 🎨 Clean and intuitive user interface
- ⚡ Fast and efficient performance
- Clone this repository or download the source code
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension directory
- Click the YT Amplify icon in your Chrome toolbar
- Use the search bar to find YouTube songs
- Click on any song to play it in a new tab
- Add songs to your favorites list for quick access
The extension is built using:
- HTML5
- CSS3
- JavaScript
- Chrome Extension Manifest V3
popup.html- Main extension popup interfacepopup.js- Popup functionality and user interactionspopup.css- Styling for the popup interfacebackground.js- Background service worker for extension operationscontent.js- Content script for YouTube page interactionsmanifest.json- Extension configuration and permissions
The extension requires the following permissions:
tabs- For opening new tabsactiveTab- For accessing the current tabscripting- For executing scriptsstorage- For saving user preferences and favoriteswebRequestandwebRequestBlocking- For handling network requestsdownloads- For downloading functionality- YouTube API access
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have suggestions, please open an issue in the repository.
Made with ❤️ for YouTube music lovers

