A browser extension that filters out low-view videos from YouTube recommendations. Set your minimum view count threshold and enjoy a cleaner YouTube experience with only popular videos in your recommendations.
- Filter out videos with low view counts from YouTube recommendations
- Customizable minimum view count threshold
- Support for different view count formats (e.g., "1.2M views", "100K views")
- Real-time filtering as you scroll
- Settings persist across browser sessions
- Compatible with both Firefox and Chrome
- Open Firefox and navigate to
about:debugging
- Click on "This Firefox" in the left sidebar
- Click "Load Temporary Add-on..."
- Navigate to the extension directory and select
manifest.json
- Open Chrome and go to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select the extension directory
- Click the extension icon in your browser toolbar
- Enter your desired minimum view count in the input field
- Click "Save Settings"
- Visit YouTube and the extension will automatically filter out videos with fewer views than your specified minimum
- Default minimum view count: 1,000 views
lowtube/
├── manifest.json # Extension configuration
├── popup.html # Settings interface
├── popup.js # Settings logic
├── content.js # Video filtering logic
├── background.js # Extension initialization
└── icons/ # Extension icons
├── 16.png
├── 48.png
└── 128.png
- Clone the repository
- Load the extension in your browser using the installation instructions above
This project is open source and available under the MIT License.
Contributions are welcome! Please feel free to submit a Pull Request.