LeeTube is a browser extension designed to enhance your LeetCode problem-solving experience by fetching relevant solution videos from YouTube. With this extension, you can easily find and watch video tutorials that help you solve coding problems more effectively.
- 🎥 Fetch YouTube Videos: Automatically retrieves solution videos for LeetCode problems based on problem names.
- ⚡ One-Click Access: Instantly get access to solution videos while browsing LeetCode problems.
- 🌐 Seamless Integration: Works within the LeetCode environment, eliminating the need to switch tabs.
- Install the extension from the Microsoft Edge Add-ons Store.
- Open any LeetCode problem.
- The extension will automatically fetch solution videos for the problem you're viewing.
- Click on the video link to start watching.
- Visit the Microsoft Edge Add-ons Store.
- Click Get to install the extension.
- Download the source code of the extension.
- Navigate to
chrome://extensions/
in your Chrome browser. - Enable Developer mode.
- Click Load unpacked and select the folder containing the source code.
- Once installed, the extension automatically activates on LeetCode problem pages.
- It will display recommended YouTube solution videos in a pop-up or side panel.
To run the extension locally:
- Clone this repository :
git clone https://github.com/Narasimha-png/LeeTube