DEV Community

Cover image for I made a chrome extension that fixes YouTube recommendations
David Ege-Obetta
David Ege-Obetta

Posted on

1

I made a chrome extension that fixes YouTube recommendations

RecFix Extension was one of my spur-of-the-moment side projects and is still in the MVP phase. Essentially, the extension guides the user to open YouTube.com, where it directly scrapes the recommendations from the YouTube homepage. From there, users can select the videos they like, and the extension takes care of the rest to help refine their YouTube algorithm. The interface is super intuitive and straightforward, so anyone can use it without confusion.

The original idea for RecFix was to be a website where users would input the URLs of videos they liked, and it would fetch their recommendations. But that approach felt way too manual, and scraping recommendations that way didn’t work well—it also hurt the overall user experience. Another challenge I ran into was integrating external user YouTube API keys. After hours of trying to figure it out, I decided to use my own API key as the default. To manage usage, users are limited to 2 API requests per day (which is honestly more than enough for most people).

Despite these challenges, I’m pretty happy with how the extension turned out in its current form. It strikes a balance between functionality and simplicity, allowing users to take control of their YouTube recommendations without jumping through hoops.

The scraping process works seamlessly, and the limitation of 2 API requests per day ensures that the service remains free and sustainable while still being effective. Plus, by using my own API key, I’ve removed the hassle of requiring users to generate their own, making it a plug-and-play tool.

Looking forward, I’ve got big plans for RecFix. Features like enhanced algorithms for even more accurate recommendations, multi-platform support, and maybe even an AI-powered analysis tool are on the horizon. The goal is to make this not just a YouTube extension but a comprehensive solution for managing video recommendations across platforms.

For now, I’d love to hear your feedback! Whether it’s bugs, feature requests, or just your thoughts, feel free to share them. Together, we can make RecFix even better. Thanks for supporting this little project of mine! Ohh and I forgot tell you guys. The project is actually open source too.

Billboard image

Imagine monitoring that's actually built for developers

Join Vercel, CrowdStrike, and thousands of other teams that trust Checkly to streamline monitor creation and configuration with Monitoring as Code.

Start Monitoring

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay