A Chrome extension designed to help you reclaim your focus and build healthier YouTube viewing habits.
This extension provides a suite of tools to prevent binge-watching and encourage mindful content consumption by giving you more control over when and how you watch videos.
- 🧠 Mindful Pause Screen:
- Before any video starts, a mandatory pause screen appears with a countdown timer. This gives you a moment to consciously decide if you really want to watch, rather than falling into an autoplay trap. The minimum duration is 27 seconds, but you can increase it in the options.
- 🚀 "Watch it Tomorrow?" Escape Button:
- During the pause, a button appears, offering an easy way out. Clicking it instantly saves the video to a special list and redirects you to the YouTube homepage, helping you break the cycle of endless recommendations.
- 📋 "Watch Tomorrow" List:
- Easily access all the videos you've deferred via the extension's popup. The list is clean, simple, and includes a button to remove videos individually or clear the entire list with a single click.
- 🖱️ Right-Click to Save:
- Save a video without even opening it. Right-click on any video thumbnail and select "Watch Tomorrow" from the context menu to add it directly to your list.
Working on getting it on the chrome extension store. To run this extension on your local machine for development or personal use, follow these simple steps:
- Download the Code :
- Clone this repository or download the project files as a .zip and extract them to a dedicated folder on your computer.
- Open Chrome Extensions:
- Launch the Google Chrome browser.
- Navigate to chrome://extensions in the address bar.
- Enable Developer Mode:
- In the top-right corner of the Extensions page, turn on the "Developer mode" toggle switch.
- Load the Extension:
- Click the "Load unpacked" button that appears on the top-left.
- In the file selection dialog, navigate to and select the project folder (the one containing manifest.json).
- Done!
- The "Watch It Tomorrow" extension will now appear in your list of extensions and be active. You can pin it to your toolbar for easy access.
- If you make changes to the code, remember to click the reload icon on the extension's card in the chrome://extensions page to see your updates.