Preferred
Chrome Web Store
Install the extension from the official Chrome Web Store listing.
Install from Chrome Web StoreCommunity-driven AI video detection
YouTube AI Blocker is an open source extension that lets users flag suspicious AI videos, vote on them anonymously, highlight confidence levels directly on YouTube, and block flagged videos if that is how you want to browse.
AI Unknown
AI Medium · 7
Install
Chrome and Firefox do not generally allow true one-click third-party extension installs from arbitrary websites. The normal path is the browser store. Manual install is still useful for local testing, self-hosted distribution, and pre-store builds.
Preferred
Install the extension from the official Chrome Web Store listing.
Install from Chrome Web StoreAlso available
Install the extension from the official Firefox Add-ons listing.
Open Firefox listingManual
Download packaged releases and follow the manual install instructions for local testing or self-hosted distribution.
Open releasesFor Chromium-based browsers, manual installation usually means loading the unpacked extension from developer mode. A ZIP download is useful as a release artifact, but it is not the same as a trusted one-click browser install.
How it works
If a video looks AI-made, a user can create the first record directly from the YouTube page.
Other users vote up or down. The score is point-based, so each vote immediately changes the signal.
The extension highlights low, medium, high, disputed, unknown, or unflagged states directly on YouTube.
Users who prefer a cleaner feed can enable blocking and temporarily reveal videos when needed.
Features
Confidence badges, scores, and action buttons appear right where people are already looking.
No accounts are required. Votes are tracked through a local anonymous device ID.
Upvotes add one point, downvotes subtract one point, and heavily rejected videos can become unflagged.
The extension defaults to the project API, but advanced users can point it to another compatible backend.
The Fastify API and Prisma/PostgreSQL stack are public, inspectable, and ready for self-hosting.
Highlighting is the baseline. Blocking is user-controlled and can be switched on only if desired.
Why this matters
The extension is meant to create a practical middle layer between “ignore it” and “wait for the platform.” Users get a visible signal, the community gets a shared database, and the project stays transparent because the code is public.
What users should know
The extension stores settings and one anonymous device ID locally so one browser can only vote once per video.
Unknown is not a clean bill of health. It only means the community has not created a record yet.
Confidence is based on score ranges, not machine learning. It is an explicit community signal.
Anyone who wants a more transparent way to spot synthetic, AI-heavy, or spammy videos in their feed.
FAQ
No. It is an independent community moderation layer delivered through a browser extension.
Not in the current version. The detection signal is community voting backed by a shared API and video database.
Yes. The extension and the API are open source and linked directly to the public GitHub repository.
Yes. The extension supports changing the API server URL, so compatible self-hosted servers are possible.
Source and project status
The project includes a Fastify API, a PostgreSQL-backed video database, and a Chromium extension that integrates directly into YouTube. If you want to review the source, open issues, or contribute, start on GitHub.