<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Artur</title>
    <description>The latest articles on DEV Community by Artur (@nowaffl).</description>
    <link>https://dev.to/nowaffl</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3845788%2Fe04c20e2-2474-4c26-912d-ae22dfd98878.png</url>
      <title>DEV Community: Artur</title>
      <link>https://dev.to/nowaffl</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nowaffl"/>
    <language>en</language>
    <item>
      <title>I Just Published My First Chrome Extension. Now What?</title>
      <dc:creator>Artur</dc:creator>
      <pubDate>Fri, 17 Apr 2026 08:42:15 +0000</pubDate>
      <link>https://dev.to/nowaffl/i-just-published-my-first-chrome-extension-now-what-5180</link>
      <guid>https://dev.to/nowaffl/i-just-published-my-first-chrome-extension-now-what-5180</guid>
      <description>&lt;p&gt;You clicked &lt;strong&gt;Publish&lt;/strong&gt;. The zip file uploaded. The Chrome Web Store dashboard now shows your extension with a little &lt;strong&gt;Pending review&lt;/strong&gt; badge.&lt;/p&gt;

&lt;p&gt;Congratulations — you’re officially a browser extension developer.&lt;/p&gt;

&lt;p&gt;But what actually happens next?&lt;/p&gt;

&lt;p&gt;We analyzed &lt;strong&gt;185,000+ public Chrome extensions&lt;/strong&gt; to get a realistic picture of what happens after launch — and what new developers should expect.&lt;/p&gt;

&lt;h3&gt;
  
  
  Key takeaways
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;The &lt;strong&gt;median Chrome extension has just 18 users&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;If you break &lt;strong&gt;100 users&lt;/strong&gt;, you’ve already outperformed most of the store.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Half of all extensions have zero ratings&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;The Chrome Web Store is a distribution channel, not a built-in growth engine.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you just published your first extension and your numbers look underwhelming, that’s not failure. That’s normal.&lt;/p&gt;




&lt;h2&gt;
  
  
  First: the review process
&lt;/h2&gt;

&lt;p&gt;After you hit publish, your extension goes into Google’s review queue.&lt;/p&gt;

&lt;p&gt;Google says review times vary. In its documentation, it notes that &lt;strong&gt;in early 2021&lt;/strong&gt;, most submissions were reviewed in under 24 hours and over 90% completed within three days — but actual timelines depend on what your extension does and what permissions it requests.&lt;/p&gt;

&lt;p&gt;Things that can slow review down:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;broad permissions like &lt;code&gt;&amp;lt;all_urls&amp;gt;&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;remotely hosted code&lt;/li&gt;
&lt;li&gt;sensitive behavior like browsing-data access or script injection&lt;/li&gt;
&lt;li&gt;a brand-new developer account&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Common rejection reasons include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;asking for permissions you don’t really need&lt;/li&gt;
&lt;li&gt;missing or vague store listing metadata&lt;/li&gt;
&lt;li&gt;broken functionality&lt;/li&gt;
&lt;li&gt;privacy-policy issues when your extension handles user data&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;None of this is unusual. A rejection is usually a revision cycle, not a dead end.&lt;/p&gt;




&lt;h2&gt;
  
  
  Then comes the part no one tells you about: almost nobody gets users quickly
&lt;/h2&gt;

&lt;p&gt;A week after launch, you open the dashboard and see:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;4 users&lt;/li&gt;
&lt;li&gt;maybe 11&lt;/li&gt;
&lt;li&gt;one of them is probably you&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That feels bad until you look at the broader market.&lt;/p&gt;

&lt;p&gt;Here’s what the user distribution looks like across &lt;strong&gt;185,459 active Chrome extensions&lt;/strong&gt; in our dataset:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Percentile&lt;/th&gt;
&lt;th&gt;Users&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;25th&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;50th (median)&lt;/td&gt;
&lt;td&gt;18&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;75th&lt;/td&gt;
&lt;td&gt;164&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;That means the median extension has &lt;strong&gt;18 users total&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;And here’s the more useful framing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;70.3%&lt;/strong&gt; of extensions currently have &lt;strong&gt;fewer than 100 users&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;87.9%&lt;/strong&gt; currently have &lt;strong&gt;fewer than 1,000 users&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;only &lt;strong&gt;12.1%&lt;/strong&gt; are at &lt;strong&gt;1,000+ users&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So if your first milestone is &lt;strong&gt;100 users&lt;/strong&gt;, that is not small. That is meaningful.&lt;/p&gt;

&lt;p&gt;The Chrome Web Store is extremely skewed. A small number of giant extensions absorb most of the installs. Everyone else is competing in the long tail.&lt;/p&gt;




&lt;h2&gt;
  
  
  Ratings are even harder than installs
&lt;/h2&gt;

&lt;p&gt;Most new developers assume that if they get a few users, ratings will follow.&lt;/p&gt;

&lt;p&gt;Usually they don’t.&lt;/p&gt;

&lt;p&gt;In our data, &lt;strong&gt;50.5% of active Chrome extensions currently have zero ratings&lt;/strong&gt;. The median number of ratings across the store is exactly &lt;strong&gt;zero&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Among extensions that do have ratings, the numbers look much better:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;median rating: &lt;strong&gt;5.0&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;average rating: &lt;strong&gt;4.56&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That tells you two things:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Getting the first rating is the hard part&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Once people do rate, they’re often rating after a positive outcome&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;So early on, don’t obsess over stars. With only a handful of ratings, one annoyed user can distort the picture completely.&lt;/p&gt;

&lt;p&gt;What matters more is whether your early users are actually succeeding with the product.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Chrome Web Store will not market your extension for you
&lt;/h2&gt;

&lt;p&gt;This is the biggest misconception I see.&lt;/p&gt;

&lt;p&gt;A lot of developers publish to the Chrome Web Store as if it were an app marketplace with built-in discovery. It isn’t.&lt;/p&gt;

&lt;p&gt;Google’s discovery docs make it clear that ranking and visibility depend on things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ratings&lt;/li&gt;
&lt;li&gt;usage signals&lt;/li&gt;
&lt;li&gt;uninstall rates over time&lt;/li&gt;
&lt;li&gt;listing quality&lt;/li&gt;
&lt;li&gt;UX quality&lt;/li&gt;
&lt;li&gt;clarity of purpose&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So yes, new extensions are at a disadvantage. Not because listing quality doesn’t matter — it does — but because quality alone usually isn’t enough to create traction from zero.&lt;/p&gt;

&lt;p&gt;There are discovery surfaces:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;search&lt;/li&gt;
&lt;li&gt;categories&lt;/li&gt;
&lt;li&gt;homepage features&lt;/li&gt;
&lt;li&gt;editorial placements&lt;/li&gt;
&lt;li&gt;badges&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But for a brand-new extension with no installs, no ratings, and no retention history, visibility is limited.&lt;/p&gt;

&lt;p&gt;That’s why your listing matters so much: the store probably won’t create demand for you, but when traffic does arrive, your listing determines whether that traffic converts.&lt;/p&gt;




&lt;h2&gt;
  
  
  Badges matter more than most people think
&lt;/h2&gt;

&lt;p&gt;There are two Chrome Web Store trust signals worth knowing about:&lt;/p&gt;

&lt;h3&gt;
  
  
  Featured Badge
&lt;/h3&gt;

&lt;p&gt;This is awarded by Google to extensions that meet higher UX and technical standards.&lt;/p&gt;

&lt;p&gt;It is manually reviewed, but developers &lt;strong&gt;can nominate&lt;/strong&gt; eligible public extensions for consideration through Google’s support flow.&lt;/p&gt;

&lt;h3&gt;
  
  
  Established Publisher Badge
&lt;/h3&gt;

&lt;p&gt;This badge is granted to verified publishers with a strong compliance track record.&lt;/p&gt;

&lt;p&gt;Google says badge holders &lt;strong&gt;may receive better visibility in search and filtering&lt;/strong&gt;, so this is more than cosmetic trust signaling.&lt;/p&gt;

&lt;p&gt;If you plan to be in the ecosystem for real, this stuff matters.&lt;/p&gt;




&lt;h2&gt;
  
  
  What actually helps after launch
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1) Treat your store listing like a landing page
&lt;/h3&gt;

&lt;p&gt;A lot of developers underinvest here because it feels superficial. It isn’t.&lt;/p&gt;

&lt;p&gt;Your listing should do three things quickly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;explain the problem&lt;/li&gt;
&lt;li&gt;show the workflow&lt;/li&gt;
&lt;li&gt;create trust&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;lead with user benefit, not implementation details&lt;/li&gt;
&lt;li&gt;use screenshots that show the extension doing real work&lt;/li&gt;
&lt;li&gt;choose the most accurate category for the use case&lt;/li&gt;
&lt;li&gt;include clear privacy information, especially if you handle user data&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even a good extension can look sketchy if the listing is thin.&lt;/p&gt;




&lt;h3&gt;
  
  
  2) Bring your own audience
&lt;/h3&gt;

&lt;p&gt;Early installs usually come from places where your users already hang out, not from the store itself.&lt;/p&gt;

&lt;p&gt;For developer-facing or technical extensions, that often means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;dev.to&lt;/li&gt;
&lt;li&gt;Hacker News&lt;/li&gt;
&lt;li&gt;Reddit&lt;/li&gt;
&lt;li&gt;niche Discord servers&lt;/li&gt;
&lt;li&gt;Slack communities&lt;/li&gt;
&lt;li&gt;X&lt;/li&gt;
&lt;li&gt;GitHub discussions&lt;/li&gt;
&lt;li&gt;indie maker communities&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The best early distribution angle is usually not “here’s my product.”&lt;/p&gt;

&lt;p&gt;It’s:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;“I built this because I had this problem”&lt;/li&gt;
&lt;li&gt;“here’s how it works”&lt;/li&gt;
&lt;li&gt;“here’s what I learned”&lt;/li&gt;
&lt;li&gt;“here’s the ugly first version”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That performs better with a dev audience because it feels like shipping, not marketing.&lt;/p&gt;




&lt;h3&gt;
  
  
  3) Use early feedback as product direction
&lt;/h3&gt;

&lt;p&gt;At the start, you do not need scale. You need signal.&lt;/p&gt;

&lt;p&gt;If one user emails a bug report, that’s valuable.&lt;br&gt;&lt;br&gt;
If three users get confused at the same step, that’s a usability problem.&lt;br&gt;&lt;br&gt;
If someone asks for the same feature twice, that’s roadmap input.&lt;/p&gt;

&lt;p&gt;The first version of your extension is rarely the version that grows.&lt;/p&gt;

&lt;p&gt;The extensions that eventually compound are usually the ones where the developer keeps shipping after the silent launch period.&lt;/p&gt;




&lt;h3&gt;
  
  
  4) Benchmark your progress properly
&lt;/h3&gt;

&lt;p&gt;One of the hardest parts of shipping a Chrome extension is that most developers have no idea what “normal” looks like.&lt;/p&gt;

&lt;p&gt;That’s exactly why we built &lt;a href="https://exstats.com?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=first-chrome-extension" rel="noopener noreferrer"&gt;exstats.com&lt;/a&gt;: to track installs, ratings, and trends across the Chrome extension ecosystem and make it easier to benchmark progress against the market.&lt;/p&gt;

&lt;p&gt;Without context, 30 users feels disappointing.&lt;/p&gt;

&lt;p&gt;With context, 30 users might mean you’re ahead of the median already.&lt;/p&gt;

&lt;p&gt;That distinction matters.&lt;/p&gt;




&lt;h2&gt;
  
  
  A more realistic mental model
&lt;/h2&gt;

&lt;p&gt;A lot of developers think launching an extension should feel like launching a SaaS product.&lt;/p&gt;

&lt;p&gt;Usually it doesn’t.&lt;/p&gt;

&lt;p&gt;A more realistic model looks like this:&lt;/p&gt;

&lt;h3&gt;
  
  
  Week 1
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;review approval, if all goes well&lt;/li&gt;
&lt;li&gt;a handful of users&lt;/li&gt;
&lt;li&gt;probably no ratings&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Month 1
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;maybe 10–50 users if you’ve posted it in a few places&lt;/li&gt;
&lt;li&gt;maybe your first review&lt;/li&gt;
&lt;li&gt;some first real bug reports&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Month 3
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;clearer understanding of who it’s actually for&lt;/li&gt;
&lt;li&gt;better onboarding&lt;/li&gt;
&lt;li&gt;a stronger listing&lt;/li&gt;
&lt;li&gt;a few iterations based on real usage&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Month 6+
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;compounding starts only if you kept improving it&lt;/li&gt;
&lt;li&gt;some organic search visibility may show up&lt;/li&gt;
&lt;li&gt;retention and word of mouth begin to matter more&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These are not guarantees. They’re just a healthier expectation model than “I launched, why am I not growing?”&lt;/p&gt;




&lt;h2&gt;
  
  
  The real takeaway
&lt;/h2&gt;

&lt;p&gt;The biggest mistake first-time extension developers make is treating the publish button like the finish line.&lt;/p&gt;

&lt;p&gt;It isn’t.&lt;/p&gt;

&lt;p&gt;Publishing is the starting line.&lt;/p&gt;

&lt;p&gt;Most extensions launch quietly. Most get very few users. Most get no ratings at all for a long time. That does not mean the idea is bad.&lt;/p&gt;

&lt;p&gt;It usually means you are now in the real phase:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;improve onboarding&lt;/li&gt;
&lt;li&gt;simplify permissions&lt;/li&gt;
&lt;li&gt;tighten the listing&lt;/li&gt;
&lt;li&gt;share it where the right users already are&lt;/li&gt;
&lt;li&gt;respond fast to feedback&lt;/li&gt;
&lt;li&gt;ship updates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That’s how extensions grow.&lt;/p&gt;

&lt;p&gt;Not from launch-day excitement, but from consistency after launch.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>browser</category>
      <category>extensions</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Chrome vs Firefox vs Edge: Browser Extension Market in Q1 2026</title>
      <dc:creator>Artur</dc:creator>
      <pubDate>Sat, 04 Apr 2026 10:01:58 +0000</pubDate>
      <link>https://dev.to/nowaffl/chrome-vs-firefox-vs-edge-browser-extension-market-in-q1-2026-3645</link>
      <guid>https://dev.to/nowaffl/chrome-vs-firefox-vs-edge-browser-extension-market-in-q1-2026-3645</guid>
      <description>&lt;p&gt;The browser extension market grew in Q1 2026. However, the key point is not just that Chrome remained the leader. An analysis based on daily parsing of public data from all three major extension stores shows Firefox had the fastest growth among major stores. Chrome rebounded after a decline in late 2025, reaching a new high, while all three ecosystems continued to have many extensions with minimal usage.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;178,299 active extensions were listed in the Chrome Web Store in March 2026, compared to 83,465 on Firefox Add-ons and 28,741 on Microsoft Edge Add-ons.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Firefox's extension ecosystem grew by 74.2% year over year from March 2025 to March 2026, the fastest rate among the three major stores.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;70.4% of Chrome extensions, 56.8% of Edge add-ons, and 89.4% of Firefox add-ons have 100 users or fewer, based on the closest available adoption metric for each store.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Market overview
&lt;/h2&gt;

&lt;p&gt;The extension market in Q1 2026 was still dominated by Chrome with a substantial lead. There were 178,299 Chrome extensions at the end of March, more than double Firefox's 83,465 and more than six times Edge's 28,741.&lt;/p&gt;

&lt;p&gt;This scale is significant because Chrome also reaches the largest browser audience. StatCounter's worldwide browser usage data for March 2026 shows Chrome at 66.71% market share, while Edge holds 5.79% and Firefox has 2.33% (&lt;a href="https://gs.statcounter.com/browser-market-share/desktop-mobile-tablet/worldwide#monthly-202603-202603-bar" rel="noopener noreferrer"&gt;StatCounter&lt;/a&gt;). Chrome remains the main target for distribution, but store size and browser share are not aligned.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Store&lt;/th&gt;
&lt;th&gt;Active extensions, Mar 2026&lt;/th&gt;
&lt;th&gt;Developers, Mar 2026&lt;/th&gt;
&lt;th&gt;YoY growth vs Mar 2025&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Chrome&lt;/td&gt;
&lt;td&gt;178,299&lt;/td&gt;
&lt;td&gt;121,590&lt;/td&gt;
&lt;td&gt;22.70%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Firefox&lt;/td&gt;
&lt;td&gt;83,465&lt;/td&gt;
&lt;td&gt;69,475&lt;/td&gt;
&lt;td&gt;74.16%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Edge&lt;/td&gt;
&lt;td&gt;28,741&lt;/td&gt;
&lt;td&gt;16,510&lt;/td&gt;
&lt;td&gt;21.55%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Firefox is the standout in this scenario. Its year-over-year growth outpaced both Chrome and Edge by more than three times, as the table above shows. For developers and reporters, this shifts the narrative: the extension landscape in 2026 involves more than just Chrome's dominance; Firefox is growing significantly faster, even from a smaller base.&lt;/p&gt;

&lt;p&gt;One possible explanation is differing policies. Mozilla &lt;a href="https://blog.mozilla.org/en/firefox/firefox-manifest-v3-adblockers/" rel="noopener noreferrer"&gt;announced in February 2025&lt;/a&gt; that Firefox would continue supporting both Manifest V2 and Manifest V3, including the ability to use &lt;code&gt;blockingWebRequest&lt;/code&gt;, while some other browsers began phasing out MV2. While this doesn't establish a direct cause and effect, it helps to explain Firefox's strong growth in listings.&lt;/p&gt;

&lt;h2&gt;
  
  
  Q1 2026 was a rebound quarter, especially for Chrome
&lt;/h2&gt;

&lt;p&gt;Q1 2026 saw an increase in listings across all three major stores, but Chrome's recovery stood out. Chrome added 38,015 new extensions and removed 7,890 in Q1, resulting in a net growth of 30,125. Firefox had a net gain of 9,821 listings, while Edge added 2,391.&lt;/p&gt;

&lt;p&gt;Those numbers become more meaningful when compared to late 2025. In Q4 2025, Chrome experienced a net loss of 27,249 listings due to a significant deletion wave, while Edge declined by 164. In contrast, Firefox continued to grow with a net gain of 8,040.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Store&lt;/th&gt;
&lt;th&gt;Q1 2026 gross new&lt;/th&gt;
&lt;th&gt;Q1 2026 deleted&lt;/th&gt;
&lt;th&gt;Q1 2026 net new&lt;/th&gt;
&lt;th&gt;Q4 2025 net new&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Chrome&lt;/td&gt;
&lt;td&gt;38,015&lt;/td&gt;
&lt;td&gt;7,890&lt;/td&gt;
&lt;td&gt;30,125&lt;/td&gt;
&lt;td&gt;-27,249&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Firefox&lt;/td&gt;
&lt;td&gt;12,392&lt;/td&gt;
&lt;td&gt;2,571&lt;/td&gt;
&lt;td&gt;9,821&lt;/td&gt;
&lt;td&gt;8,040&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Edge&lt;/td&gt;
&lt;td&gt;2,852&lt;/td&gt;
&lt;td&gt;461&lt;/td&gt;
&lt;td&gt;2,391&lt;/td&gt;
&lt;td&gt;-164&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Q1 2026 felt more like a reset and recovery than a simple continuation. Chrome ended the quarter with an all-time high after the prior contraction. Firefox maintained its upward momentum into 2026. Edge remained positive, but on a smaller scale.&lt;/p&gt;

&lt;h2&gt;
  
  
  Chrome's late-2025 purge was real, and it changed the baseline for 2026
&lt;/h2&gt;

&lt;p&gt;The most noticeable change in the market was Chrome's cleanup in October 2025. A total of 47,288 extensions were removed that month alone. No other monthly deletion counts during this period came close.&lt;/p&gt;

&lt;p&gt;This is important because simple year-end comparisons can misinterpret the situation. Chrome's total was 175,423 in September 2025, dropped to 134,888 at the end of October, then grew to 140,828 in November and 178,299 by March 2026. Edge also experienced a smaller purge in December 2025 when 2,083 add-ons were deleted. Firefox did not face a similar disruption and showed steady growth every month.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Month&lt;/th&gt;
&lt;th&gt;Chrome total&lt;/th&gt;
&lt;th&gt;Chrome deleted&lt;/th&gt;
&lt;th&gt;Edge total&lt;/th&gt;
&lt;th&gt;Edge deleted&lt;/th&gt;
&lt;th&gt;Firefox total&lt;/th&gt;
&lt;th&gt;Firefox deleted&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Sep 2025&lt;/td&gt;
&lt;td&gt;175,423&lt;/td&gt;
&lt;td&gt;1,302&lt;/td&gt;
&lt;td&gt;26,514&lt;/td&gt;
&lt;td&gt;57&lt;/td&gt;
&lt;td&gt;65,604&lt;/td&gt;
&lt;td&gt;258&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Oct 2025&lt;/td&gt;
&lt;td&gt;134,888&lt;/td&gt;
&lt;td&gt;47,288&lt;/td&gt;
&lt;td&gt;27,038&lt;/td&gt;
&lt;td&gt;92&lt;/td&gt;
&lt;td&gt;68,316&lt;/td&gt;
&lt;td&gt;303&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Nov 2025&lt;/td&gt;
&lt;td&gt;140,828&lt;/td&gt;
&lt;td&gt;1,354&lt;/td&gt;
&lt;td&gt;27,561&lt;/td&gt;
&lt;td&gt;102&lt;/td&gt;
&lt;td&gt;70,616&lt;/td&gt;
&lt;td&gt;233&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dec 2025&lt;/td&gt;
&lt;td&gt;148,174&lt;/td&gt;
&lt;td&gt;1,515&lt;/td&gt;
&lt;td&gt;26,350&lt;/td&gt;
&lt;td&gt;2,083&lt;/td&gt;
&lt;td&gt;73,644&lt;/td&gt;
&lt;td&gt;312&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Jan 2026&lt;/td&gt;
&lt;td&gt;155,673&lt;/td&gt;
&lt;td&gt;3,066&lt;/td&gt;
&lt;td&gt;26,937&lt;/td&gt;
&lt;td&gt;252&lt;/td&gt;
&lt;td&gt;76,350&lt;/td&gt;
&lt;td&gt;1,114&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Feb 2026&lt;/td&gt;
&lt;td&gt;165,405&lt;/td&gt;
&lt;td&gt;1,538&lt;/td&gt;
&lt;td&gt;27,760&lt;/td&gt;
&lt;td&gt;108&lt;/td&gt;
&lt;td&gt;78,782&lt;/td&gt;
&lt;td&gt;667&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mar 2026&lt;/td&gt;
&lt;td&gt;178,299&lt;/td&gt;
&lt;td&gt;3,286&lt;/td&gt;
&lt;td&gt;28,741&lt;/td&gt;
&lt;td&gt;101&lt;/td&gt;
&lt;td&gt;83,465&lt;/td&gt;
&lt;td&gt;790&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;This matters because if a store can delete tens of thousands of listings in a single month, raw numbers tell only part of the story. Policy enforcement, spam removal, and compliance efforts can shift visibility and competition much more rapidly than overall counts suggest. Developers should pay attention.&lt;/p&gt;

&lt;p&gt;The Manifest V2 shutdown likely contributed to this wave. Google &lt;a href="https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline" rel="noopener noreferrer"&gt;completely disabled MV2 on July 24, 2025&lt;/a&gt;, and Microsoft also &lt;a href="https://learn.microsoft.com/en-us/microsoft-edge/extensions/developer-guide/migrate-your-extension-from-manifest-v2-to-v3" rel="noopener noreferrer"&gt;pushed migration to MV3&lt;/a&gt; with stricter limits on remotely hosted code. Combined with Mozilla's continued MV2 support mentioned earlier, this helps explain both the purge and Firefox's growth.&lt;/p&gt;

&lt;h2&gt;
  
  
  The market is huge, but demand is still concentrated in a small minority of extensions
&lt;/h2&gt;

&lt;p&gt;Commercially, the most striking pattern is how few users the average extension receives. The median is 18 users for Chrome extensions, 62 active installs for Edge add-ons, and one average daily user for Firefox add-ons. These metrics differ by store, so they can't be directly compared, but they point to the same conclusion: most listings have minimal usage.&lt;/p&gt;

&lt;p&gt;The distribution makes this even clearer. Based on each store's closest available user metrics, 70.4% of Chrome listings, 56.8% of Edge listings, and 89.4% of Firefox listings have 100 users or fewer.&lt;/p&gt;

&lt;p&gt;Chrome uses &lt;code&gt;usersCount&lt;/code&gt;, Edge uses &lt;code&gt;activeInstallCount&lt;/code&gt;, and Firefox uses &lt;code&gt;averageDailyUsers&lt;/code&gt;, as tracked across store listings.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Adoption bucket&lt;/th&gt;
&lt;th&gt;Chrome&lt;/th&gt;
&lt;th&gt;Edge&lt;/th&gt;
&lt;th&gt;Firefox&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;td&gt;14.10%&lt;/td&gt;
&lt;td&gt;6.54%&lt;/td&gt;
&lt;td&gt;34.38%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;1-10&lt;/td&gt;
&lt;td&gt;28.15%&lt;/td&gt;
&lt;td&gt;19.80%&lt;/td&gt;
&lt;td&gt;40.62%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;11-100&lt;/td&gt;
&lt;td&gt;28.17%&lt;/td&gt;
&lt;td&gt;30.45%&lt;/td&gt;
&lt;td&gt;14.41%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;101-1,000&lt;/td&gt;
&lt;td&gt;20.66%&lt;/td&gt;
&lt;td&gt;25.77%&lt;/td&gt;
&lt;td&gt;7.43%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;1,001-10,000&lt;/td&gt;
&lt;td&gt;6.29%&lt;/td&gt;
&lt;td&gt;11.79%&lt;/td&gt;
&lt;td&gt;2.48%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;10,000+&lt;/td&gt;
&lt;td&gt;2.63%&lt;/td&gt;
&lt;td&gt;5.65%&lt;/td&gt;
&lt;td&gt;0.69%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Growth in the store does not guarantee easier discovery. More listings can lead to increased competition among products with low traction. While there is a real opportunity, it is limited. A store that grows rapidly can still be tough to navigate if ranking, user retention, or promotional advantages cluster around the top few percent. It's akin to opening a cafe in a city where everyone else also had a similar "small but curated" idea.&lt;/p&gt;

&lt;h2&gt;
  
  
  Category mix varies enough across stores to change launch strategy
&lt;/h2&gt;

&lt;p&gt;The three stores differ not only in size but also in what gets developed.&lt;/p&gt;

&lt;p&gt;On Chrome, categories focused on productivity lead the way: 65,135 listings in Tools, 32,175 in Workflow &amp;amp; Planning, and 17,551 in Developer tools. On Edge, the largest category is also Productivity, with 12,609 listings. Firefox has a less structured category system, with Other leading at 22,690, followed by Appearance at 14,801 and Search Tools at 12,234.&lt;/p&gt;

&lt;p&gt;Developers should not view "browser extensions" as a single market. Chrome and Edge lean more towards work and utility use cases, while Firefox has a different category landscape shaped partly by looser classification. Firefox also emphasizes privacy and security more prominently among top categories, featuring 8,627 listings in Privacy &amp;amp; Security.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Store&lt;/th&gt;
&lt;th&gt;Top categories by listing count&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Chrome&lt;/td&gt;
&lt;td&gt;Tools (65,135), Workflow &amp;amp; Planning (32,175), Developer tools (17,551)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Edge&lt;/td&gt;
&lt;td&gt;Productivity (12,609), Entertainment (4,321), Photos (3,051)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Firefox&lt;/td&gt;
&lt;td&gt;Other (22,690), Appearance (14,801), Search Tools (12,234)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;No single store is superior overall. Category fit matters more than careless cross-posting. A workflow or utility extension may find a stronger competitive environment on Chrome and Edge, while Firefox might offer different opportunities in privacy, interface customization, and search-related tools.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback coverage is deeper on Chrome, but rated extensions score well across all stores
&lt;/h2&gt;

&lt;p&gt;Feedback coverage varies significantly. Across stores, 49.8% of Chrome listings have at least one rating, compared to 44.5% on Edge and 31.0% on Firefox. Review coverage stands at 43.0% for Chrome, 29.7% for Edge, and 31.0% for Firefox. (Firefox's rating and review numbers match because AMO requires a text review to submit a star rating, unlike Chrome and Edge where star-only ratings are possible.)&lt;/p&gt;

&lt;p&gt;At first glance, the average ratings across stores seem low: 2.27 on Chrome, 1.90 on Edge, and 1.29 on Firefox. However, these figures include unrated listings counted as zero. Among extensions that do receive ratings, average scores are high for all three stores: 4.56 on Chrome, 4.27 on Edge, and 4.15 on Firefox.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Metric&lt;/th&gt;
&lt;th&gt;Chrome&lt;/th&gt;
&lt;th&gt;Edge&lt;/th&gt;
&lt;th&gt;Firefox&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;With at least 1 rating&lt;/td&gt;
&lt;td&gt;49.8%&lt;/td&gt;
&lt;td&gt;44.5%&lt;/td&gt;
&lt;td&gt;31.0%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;With at least 1 review&lt;/td&gt;
&lt;td&gt;43.0%&lt;/td&gt;
&lt;td&gt;29.7%&lt;/td&gt;
&lt;td&gt;31.0%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Average rating, all listings&lt;/td&gt;
&lt;td&gt;2.27&lt;/td&gt;
&lt;td&gt;1.90&lt;/td&gt;
&lt;td&gt;1.29&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Average rating, rated listings only&lt;/td&gt;
&lt;td&gt;4.56&lt;/td&gt;
&lt;td&gt;4.27&lt;/td&gt;
&lt;td&gt;4.15&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The good news for developers is that low overall averages do not indicate users dislike extensions. They reflect the fact that many listings never receive feedback. Extensions that do get reviews are generally well received. Product teams should focus on engaging users early and encouraging reviews, rather than fixating on broad average ratings.&lt;/p&gt;

&lt;h2&gt;
  
  
  Maintenance is healthier on Chrome than on Edge or Firefox, but freshness is still limited
&lt;/h2&gt;

&lt;p&gt;A growing store remains healthy only if its listings are kept up to date. In this aspect, Chrome currently leads. As of March 31, 2026, 30.80% of active Chrome extensions were updated within the last 90 days, compared to 18.23% on Edge and 17.92% on Firefox.&lt;/p&gt;

&lt;p&gt;Looking at a longer timeframe, 62.58% of Chrome listings were updated within the last 365 days, while Edge and Firefox had 38.65% and 48.20%, respectively. The average update interval reflects this trend: 103 days for Chrome, 127 for Edge, and 111 for Firefox.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Store&lt;/th&gt;
&lt;th&gt;Updated in last 90 days&lt;/th&gt;
&lt;th&gt;Updated in last 365 days&lt;/th&gt;
&lt;th&gt;Average update interval&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Chrome&lt;/td&gt;
&lt;td&gt;30.80%&lt;/td&gt;
&lt;td&gt;62.58%&lt;/td&gt;
&lt;td&gt;103 days&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Firefox&lt;/td&gt;
&lt;td&gt;17.92%&lt;/td&gt;
&lt;td&gt;48.20%&lt;/td&gt;
&lt;td&gt;111 days&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Edge&lt;/td&gt;
&lt;td&gt;18.23%&lt;/td&gt;
&lt;td&gt;38.65%&lt;/td&gt;
&lt;td&gt;127 days&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;This indicates that Chrome's larger ecosystem is not only bigger but also more actively maintained. Firefox's rapid growth has not yet resulted in a similar freshness profile, while Edge appears smaller and slower. This situation affects trust for users and competition for developers. A store filled with older, poorly maintained listings may allow better-supported products to shine.&lt;/p&gt;

&lt;p&gt;Security context is also essential. A peer-reviewed ACM study identified &lt;a href="https://dl.acm.org/doi/10.1145/3243734.3243858" rel="noopener noreferrer"&gt;1,349 extensions vulnerable to inter-extension attacks&lt;/a&gt; that could lead to XSS issues, along with a cluster of 4,410 "New Tab" extensions involved in stealing traffic. Reuters reported a 2020 spyware campaign that impacted 32 million Chrome extension downloads before Google removed over 70 harmful add-ons. Although these figures are not from Q1 2026, they help clarify why store cleanup and policy enforcement are vital to the market's structure.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Q1 2026 says about the extension industry
&lt;/h2&gt;

&lt;p&gt;The extension industry in Q1 2026 is larger, cleaner, and more uneven than typical browser statistics imply. Chrome remains the center of gravity in terms of both browser share and store size. Firefox is the standout growth story. Edge plays a role, but it continues to be a much smaller ecosystem.&lt;/p&gt;

&lt;p&gt;The pattern is structural. Store growth has not eliminated the long tail. Most extensions still have minimal adoption, many do not receive ratings, and only a small percentage are regularly maintained. So yes, the market is active, but it is not straightforward.&lt;/p&gt;

&lt;p&gt;For tech journalists, the best way to sum it up is that the extension market is expanding, but success is becoming more concentrated. For product managers, the takeaway is to select stores based on category fit and maintenance advantage, not just audience size. For developers, the data suggests that both statements can be true: browser extensions still represent a significant platform opportunity, but most listings will likely not achieve success.&lt;/p&gt;

&lt;p&gt;A final note on enterprise relevance: research shows that extensions are crucial in workplace browsing. &lt;a href="https://www.helpnetsecurity.com/2025/01/02/enterprise-browser-extension-security/" rel="noopener noreferrer"&gt;Help Net Security reported&lt;/a&gt;, citing LayerX's 2025 enterprise report, that 99% of enterprise users had at least one extension installed, with 53% having more than 10. This context highlights why distribution, management, and store trust are significant issues in 2026.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;I've been parsing public data from all three major extension stores daily and built &lt;a href="https://exstats.com?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=q1-2026-report" rel="noopener noreferrer"&gt;exstats.com&lt;/a&gt; to track extension growth, rankings, and competitor trends. This  post is based on that dataset.&lt;/em&gt;       &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>browser</category>
      <category>extensions</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
