whatisgithub

What is comment-finder-for-youtube?

qunash/comment-finder-for-youtube — explained in plain English

Analysis updated 2026-05-18

1JavaScriptAudience · generalComplexity · 1/5Setup · easy

In one sentence

A browser extension that adds a search box for finding specific comments and replies on YouTube videos, Shorts, and channels.

Mindmap

mindmap
  root((Comment Finder))
    What it does
      Searches YouTube comments
      Works on Shorts too
      Jumps to timestamps
    Tech stack
      JavaScript extension
      Bun runtime
      Cloudflare Workers proxy
    Use cases
      Find a specific comment
      Search across a channel
      Search Shorts comments
    Audience
      YouTube power users
      General viewers
    Setup
      Chrome Web Store install
      Or build from source
      Needs YouTube API key

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Search through a YouTube video's comments to find a specific one you remember reading.

USE CASE 2

Search comments across an entire YouTube channel or a Shorts video.

USE CASE 3

Jump directly to a comment's timestamp in the video by clicking its search result.

What is it built with?

JavaScriptBunCloudflare WorkersYouTube Data API

How does it compare?

qunash/comment-finder-for-youtube0xmukesh/docusaurus-tutorial1tsmejp/palworld-docker-wine
Stars111
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-12-27
MaintenanceDormant
Setup difficultyeasyeasymoderate
Complexity1/52/54/5
Audiencegeneraldeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Installing from the Chrome Web Store takes minutes, building from source requires Bun, Cloudflare, and your own Google API key.

The README does not state a license for this project.

So what is it?

Comment Finder for YouTube is a browser extension that solves a simple but annoying gap in YouTube itself: there is no way to search through the comments on a video, Short, or channel to find a specific one. This extension adds that search box. You open it from either a small popup in your browser toolbar or a side panel next to the video, type in what you are looking for, and it searches the comments and their replies on whatever YouTube page you currently have open. Search results come back up to one hundred at a time, with more loading automatically as you scroll further, and each result is a clickable link that jumps straight to that comment and its timestamp in the video. The toolbar icon changes color to show at a glance whether the page you are currently on is searchable, and the extension keeps track of your last search so it reappears if you close and reopen the popup or side panel. It works on regular videos, YouTube Shorts, and channel pages alike. Under the hood, the extension pulls comment data through YouTube's own official Data API rather than scraping or injecting anything into the page, and the README notes it asks for only minimal browser permissions. The published, ready to install version is available directly from the Chrome Web Store for anyone who just wants to use it. For people who want to build it themselves from source, the README explains the process involves the Bun JavaScript runtime, a Cloudflare account to run a small proxy server that holds the YouTube API key, and a Google API key of your own restricted to the YouTube Data API. This setup exists so the extension itself never has to embed a private API key directly inside it. No license is stated in the README.

Copy-paste prompts

Prompt 1
How do I install Comment Finder for YouTube from the Chrome Web Store?
Prompt 2
Walk me through building this extension from source with Bun and setting up the Cloudflare proxy.
Prompt 3
Explain how the extension keeps my YouTube API key private using a proxy server.
Prompt 4
What permissions does this extension need and why does it use the official YouTube Data API?

Frequently asked questions

What is comment-finder-for-youtube?

A browser extension that adds a search box for finding specific comments and replies on YouTube videos, Shorts, and channels.

What language is comment-finder-for-youtube written in?

Mainly JavaScript. The stack also includes JavaScript, Bun, Cloudflare Workers.

What license does comment-finder-for-youtube use?

The README does not state a license for this project.

How hard is comment-finder-for-youtube to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is comment-finder-for-youtube for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.