5 Chrome extensions riding the AI side-panel wave (week of May 26–Jun 2, 2026)

5 Chrome extensions riding the AI side-panel wave (week of May 26–Jun 2, 2026)

Five solo and duo developers monetizing thin AI layers bolted onto existing platforms — Pretty Prompt (40K installs, subscription, prompts for ChatGPT/Claude/Gemini), Web Clipper for NotebookLM (25K installs, one-time, 10K→25K growth), Overline (~5K, freemium, real-time captions on any browser video), PlainMarkdown (650+, freemium + BYOK), Notion Smart Clipper (day-zero launch, one-time Pro unlock).

Chrome Extension Monetization Tracker
June 3, 2026 · 2:03 AM
1 subscriptions · 3 items
This week's niche: thin AI layers on existing platforms. None of the five picks below built a new AI product. They built a prompt optimizer, a research clipper, a caption layer, a markdown converter, or a database filler — and they bolted it onto platforms people are already logged into. ChatGPT, NotebookLM, any browser video, any webpage, Notion. The chrome.sidePanel API (Manifest V3, introduced mid-2023) is barely two years old and still lightly occupied. The competitive ceiling for a well-positioned side-panel extension is plausibly in the 50K–200K install range; this week's crop is still far from it.
Adjacent niches that look underserved: AI grammar/style overlays on any <textarea> (not just Google Docs), side-panel code reviewers for GitHub pull requests, sentiment analysis panels for LinkedIn DMs, and AI-powered alt-text generators for image-heavy dashboards. All of them follow the same architectural playbook as the picks below.
One data note: Chrome Web Store install counts come from developer self-disclosure unless otherwise stated. MRR estimates use installs × paid conversion % × tier price with the methodology written out per entry. Where conversion rate is unknown, the range is marked illustrative, not operational.

The five extensions

1. Pretty Prompt — 40K installs, subscription, "Grammarly for AI prompting"

Install count: 40,000+ 1 (developer-disclosed, one-year anniversary post) | 30-day growth: not independently verified; 800,000+ prompts optimized as of Jun 2, 2026 1
  • What it changes in the browser: Injects a one-click "optimize" button into the prompt input boxes of ChatGPT, Claude, and Gemini. The extension rewrites the user's prompt in-place and shows a before/after diff — no copy-paste to a separate tool, no new tab. The AI platform itself never knows the button is there. 1
  • Monetization model: Freemium subscription. Free tier covers basic prompt optimization; Pro tier unlocks advanced rewriting modes and context retention across sessions. The team — Ilai Szpiezak and Charlie Day, London-based duo, fully bootstrapped — pivoted to Pretty Prompt from a prior product (Dolphin AI) when users started asking to pay before a paywall existed. 1
  • Estimated MRR: Not publicly disclosed. At 40K installs × 2% paid conversion × $8/mo (illustrative mid-tier): ~$6,400/mo. The duo has been featured by Stripe and appeared on Google's Chrome extension podcast, so the actual figure is plausibly higher. Any specific number here would be fabricated.
  • Why Chrome specifically: The extension intercepts textarea DOM elements across chatgpt.com, claude.ai, and gemini.google.com in a single package. No web app on a different origin can touch those textareas. A mobile keyboard app could intercept input system-wide but can't read existing prompt content for context scoring.
  • Reproduction signal: Ilai's stated lesson: "small products are easier to understand, easier to adopt, often easier to sell." 1 The "Grammarly for X" pattern on any structured input field is the signal. Candidates: SQL quality scorer injected into any web-based DB console, commit message grader in GitHub's commit textarea. Same DOM-injection + scoring API core; three-week build each.
Developer team size: Duo (Ilai Szpiezak + Charlie Day); self-reported bootstrapped. 1

2. Web Clipper for NotebookLM — 25K installs, one-time purchase

Install count: 25,000 2 (developer-disclosed on Reddit, post-10K LinkedIn milestone in April 2026 3) | 30-day growth: 10K→25K confirmed between April and June 2026 — at least 150% growth in under two months
  • What it changes in the browser: Clips any open browser tab — YouTube video, Google Drive file, PDF, web article — directly into Google's NotebookLM (an AI-powered research notebook) as a source, without leaving the current tab. The extension handles YouTube channel batch-clipping, Drive sync, and PDF upload. All features were added from user requests. 3
  • Monetization model: One-time purchase — core features included in a perpetual license with no recurring charge. The developer, Stéphane Turquay (Switzerland, solo), started it as a holiday project to solve his own research workflow friction. 3
  • Estimated MRR: Not publicly disclosed. At 25K installs × 1.5% paid conversion × $9.99 one-time (annualized monthly): ~$375/mo in new installs converting. As a one-time purchase, MRR understates the actual value — cohort payback happens at install, then falls to near-zero unless the user buys again. The more relevant metric is cumulative revenue.
  • Why Chrome specifically: NotebookLM's web UI doesn't expose a clipping API. The extension reads the current tab's URL, title, and content, then authenticates to the user's NotebookLM session using the same browser cookies — a cross-origin data handoff only possible from inside the extension sandbox.
  • Reproduction signal: Turquay's largest user base is Japan and South Korea — markets he never marketed to, who found and spread the extension organically. 3 Tools that reduce friction on an AI platform with an engaged non-English user base don't need English marketing to grow. Any platform with an active Japanese or Korean community (Perplexity, Claude, local LLMs) likely has an unserved clipping layer open.
Developer team size: Solo (Stéphane Turquay); self-described holiday project built alongside other work. 3

3. Overline — ~5K installs, freemium, real-time AI captions on any browser video

Install count: ~5,000 4 (developer-disclosed, May 28, 2026) | 30-day growth: new launch within the collection window; no 30-day baseline available
  • What it changes in the browser: Adds real-time AI captions and on-the-fly translation to any tab playing audio or video — YouTube, Netflix, Zoom, local video files in Chrome, anything. Technically, it works at the tab audio capture level rather than via DOM injection: the extension captures the tab's audio stream and pipes it sub-second to a speech API, returning a streaming transcript overlay. No DOM modification of the video player is required. 4
  • Monetization model: Freemium — free plan includes 20 minutes of captions/month; paid plans for heavier use (pricing not publicly detailed in the post). Developer handle: u/ma1ms, building alongside a day job. 4
  • Estimated MRR: At 5K installs × 5% paid conversion (audio tool users tend to upgrade quickly when they hit caps) × $6/mo (estimated mid-tier): ~$1,500/mo. Conversion rate is unverified; treat this as indicative. The 20-min/month free cap is deliberately tight for anyone watching foreign-language content regularly — a sensible upgrade trigger.
  • Why Chrome specifically: The tab audio capture API (chrome.tabCapture / chrome.offscreen) is a Manifest V3 extension primitive — no web app on a different origin can access another tab's audio stream. A mobile app requires routing audio through system accessibility APIs, which is far higher friction.
  • Reproduction signal: The tab audio capture pattern works for any real-time audio analysis: meeting sentiment scoring (Zoom tab), live sports commentary translation, lecture transcription with searchable history. The core — tab audio → streaming speech API → overlay — is reusable. The 20-min free cap forces upgrade before a user is deep enough to resent it; a well-calibrated freemium trigger worth copying.
Developer team size: Solo (u/ma1ms); side project alongside day job. 4
Loading content card…

4. PlainMarkdown — 650+ users, freemium, webpage-to-Markdown converter

Install count: 650+ 5 (developer-disclosed, Jun 2, 2026) | 30-day growth: new within the collection window; development started February 2026 with near-weekly updates since
  • What it changes in the browser: Converts any open webpage to clean Markdown — stripping ads, nav menus, and boilerplate — with AI-powered title extraction and formatting cleanup. Advanced paid features include AI Actions (run custom instructions on captured content), Destinations (push directly to Notion, Obsidian, or GitHub), and BYOK (bring-your-own API key for AI features). 5
The developer, Petar (u/ShakeTheJello), is based in Split, Croatia. He abandoned an earlier attempt at a URL-to-Markdown SaaS ("dominated by large players and didn't motivate me") and refocused on the browser extension, which started generating direct conversion signals. 5 StartupFortune covered the extension on May 28, 2026. 6
"It doesn't make me wealthy but I feel rich knowing people have recognized a useful tool which to me means the world." 5
  • Monetization model: Freemium — free basic capture; paid tier unlocks AI Actions, Destinations, and BYOK. Petar notes conversion quality improved noticeably after the freemium tier launched: "Continued to double-down on the extension, added a few advanced features (AI Actions, Destinations, BYOK) and enabled a Freemium product." 5
  • Estimated MRR: At 650 installs × 3% paid conversion × $7/mo (estimated, no public pricing page found): ~$136/mo. The 650-user base is small but the origin story — freemium conversion improving after paywall launch, not before — is the actual signal here. The extension has room to grow by an order of magnitude without hitting category saturation.
  • Why Chrome specifically: The extension reads the active tab's full DOM, runs an AI extraction pipeline, and optionally authenticates to Notion, Obsidian, or GitHub on the user's behalf — three separate origin handoffs in one package. A web scraper does the same DOM access but requires manual URL input. The extension acts as a persistent agent on the user's current page.
  • Reproduction signal: BYOK is underused in extensions. By letting power users plug in their own OpenAI or Anthropic key, Petar eliminated marginal AI cost on the highest-usage cohort — the exact users most likely to abuse a fixed-price plan. Any extension with AI features and uncertain usage distribution should evaluate BYOK as a cost control mechanism, not just a feature.
Developer team size: Solo (Petar / u/ShakeTheJello, Split, Croatia). 5
Loading content card…

5. Notion Smart Clipper — one-time Pro unlock, auto-fills Notion database fields

Install count: Not disclosed (launched Jun 2, 2026 — new within the collection window) | 30-day growth: day-zero launch; no baseline
  • What it changes in the browser: Detects the type of page the user is viewing — article, YouTube video, Amazon listing, recipe, job posting — and auto-extracts structured fields into the correct Notion database properties. The free tier clips pages cleanly. The one-time Pro unlock adds database selection and full field mapping, with no subscription. 7
The competitive context matters here: Notion's official Web Clipper (released in 2019) has accumulated user complaints about broken formatting, missing field mapping, and persistent offline prompts — none of which have been meaningfully addressed in years. The developer, u/CakeEquivalent1181 (solo), is explicit about the positioning: "I'm a solo dev and genuinely want to make this the clipper Notion should've shipped." 7
  • Monetization model: Free + one-time Pro unlock ("no subscription" — developer-stated). Pro adds database selection and field mapping. 7
  • Estimated MRR: Unverifiable at launch — no install count available. At 500 installs × 10% one-time conversion × $9.99: ~$500 in first-month revenue. One-time pricing on a tool with clear job-to-be-done tends to see higher initial conversion than subscription; the "no subscription" messaging removes the objection that kills most SaaS impulse purchases.
  • Why Chrome specifically: The extension reads the active page's DOM to detect content type and extract structured data, then authenticates to the user's Notion workspace using the browser session — a cross-origin DOM read + API write sequence no web app can perform outside the extension sandbox. Notion's own clipper uses the same mechanism; this one just executes it better.
  • Reproduction signal: Any SaaS tool with a neglected browser companion is a candidate for this play. The pattern generalizes: Airtable's bookmarklet, Coda's web clipper, Linear's capture tool. The structural advantage of "fixed version of official broken tool" is that search intent already exists — users are Googling "Notion clipper alternative" today. The hard part is keeping up with platform API changes, not acquiring users.
Developer team size: Solo (u/CakeEquivalent1181). 7
Loading content card…

At a glance

ExtensionInstallsMonetizationEst. MRRSprint-cloneable?
Pretty Prompt40K+ 1Freemium subscriptionNot verifiableYes — prompt-scoring DOM injection
Web Clipper for NotebookLM25K 2One-time purchaseNot verifiable (cohort model)Yes — cross-origin session handoff
Overline~5K 4Freemium, 20 min/mo free~$1,500/mo (illustrative)Yes — tab audio capture pattern
PlainMarkdown650+ 5Freemium (AI Actions + BYOK)~$136/mo (illustrative)Yes — DOM extract + BYOK pattern
Notion Smart ClipperNot disclosed 7One-time Pro unlockNot verifiable (day-zero)Yes — broken official tool play
MRR methodology: all estimates use installs × paid conversion % × tier price. Conversion rates are from developer disclosure or category-level estimates where not stated — marked as "illustrative" when unverified. Install counts from developer self-disclosure unless noted otherwise. Three of five entries have no verifiable MRR given missing conversion data or day-zero status.

What the conversion data actually says

One piece of external benchmark worth anchoring this week: developer Shota (@ktg0215) published six months of freemium data across five of his Chrome extensions on dev.to — Procshot, Japanese Font Finder, PaletteGrab, AdLegalCheck, and ToritekiCheck. 8
0.8% overall free-to-paid conversion, ~$180/month MRR across all five. 8 At first read, 0.8% sounds bleak. Japanese Font Finder ran at 1.4%, and a single upgrade prompt change — from "you've hit the limit" to copy that showed what Pro unlocked — pushed conversion from 2% to 8% on that extension. 8
Loading stats card…
Three takeaways that apply directly to this week's picks:
  1. Price model should match usage frequency. Shota switched PaletteGrab from $2.99/month to $3.99 one-time and conversion jumped 60%. 8 Notion Smart Clipper has the same profile — occasional, high-intent use fits one-time purchase, not subscription.
  2. Checkout leakage is a bigger lever than install growth. ExtensionPay loses 30–40% of upgrade clicks before checkout completes. 8 A 10-point improvement in checkout completion on a 0.8% base rate beats doubling installs.
  3. Low star ratings are usually limit friction, not product quality. Most negative CWS reviews come from free users hitting caps. 8 The fix is showing more value before the wall, not lowering it.
The broader category picture: Exstats's May 30 opportunity map found Chrome Shopping extensions with 90-day install growth of +37.4% against supply growth of only +26.3%. 9 Chrome Privacy saw supply grow +47.7% while installs grew only +8.5% — saturation. 9 The AI side-panel cluster this week sits across Shopping, Productivity, and Developer Tools — all three still show demand-supply gaps.
Data collection window: May 26–Jun 2, 2026. Install counts from developer self-disclosure unless noted. MRR figures are illustrative estimates with stated methodology, not audited revenue.

Add more perspectives or context around this Post.

  • Sign in to comment.