<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ExtensionStart blog</title>
    <link>https://extensionstart.com/blog/</link>
    <description>Practical posts on building and monetizing MV3 browser extensions, from the ExtensionStart team.</description>
    <language>en-us</language>
    <atom:link href="https://extensionstart.com/blog/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Chrome Extension Payment Providers: Stripe vs Paddle vs Lemon Squeezy vs Polar</title>
      <link>https://extensionstart.com/blog/chrome-extension-payment-providers/</link>
      <guid isPermaLink="true">https://extensionstart.com/blog/chrome-extension-payment-providers/</guid>
      <pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate>
      <description>Choosing a payment provider for a chrome extension: merchant-of-record vs payments-only (and what that means for sales tax and VAT), verified current fees, the webhook/entitlement architecture every provider needs, and avoiding lock-in.</description>
    </item>
    <item>
      <title>Chrome Extension Pricing Models: What Top Extensions Actually Charge</title>
      <link>https://extensionstart.com/blog/chrome-extension-pricing-models/</link>
      <guid isPermaLink="true">https://extensionstart.com/blog/chrome-extension-pricing-models/</guid>
      <pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate>
      <description>Verified price points from successful chrome extensions (HARPA, Keywords Everywhere, Wordtune), subscription vs lifetime math, the credits model for AI-cost products, the fake-unlimited trap, and honest anchoring.</description>
    </item>
    <item>
      <title>How to Monetize a Chrome Extension: The Six Models That Actually Work</title>
      <link>https://extensionstart.com/blog/how-to-monetize-chrome-extension/</link>
      <guid isPermaLink="true">https://extensionstart.com/blog/how-to-monetize-chrome-extension/</guid>
      <pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate>
      <description>Every real way to make money with a chrome extension (one-time purchases, subscriptions, credits, freemium gates, donations, and B2B licensing) with honest pros and cons, what Chrome Web Store policy allows, and how to pick for your product.</description>
    </item>
    <item>
      <title>Selling a Chrome Extension to Free Users Without Burning Trust</title>
      <link>https://extensionstart.com/blog/sell-chrome-extension-users-trust/</link>
      <guid isPermaLink="true">https://extensionstart.com/blog/sell-chrome-extension-users-trust/</guid>
      <pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate>
      <description>How to convert free chrome extension users to paid without review-storm blowback: value-first paywall timing, dismissible walls, Chrome Web Store bait-and-switch policy, grandfathering, refund signals, and announcing a paid launch.</description>
    </item>
    <item>
      <title>Anonymous-First Auth for Chrome Extensions: Let Users Start Before They Sign Up</title>
      <link>https://extensionstart.com/blog/anonymous-auth-account-linking-extension/</link>
      <guid isPermaLink="true">https://extensionstart.com/blog/anonymous-auth-account-linking-extension/</guid>
      <pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
      <description>The anonymous-first Firebase Auth pattern for chrome extensions: guest uids at install, uid-preserving account linking with linkWithCredential, conflict handling, and when not to use it.</description>
    </item>
    <item>
      <title>Migrating From an Archived Chrome Extension Boilerplate in 2026 (React-Vite and Friends)</title>
      <link>https://extensionstart.com/blog/chrome-extension-boilerplate-migration/</link>
      <guid isPermaLink="true">https://extensionstart.com/blog/chrome-extension-boilerplate-migration/</guid>
      <pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
      <description>The popular React chrome extension boilerplates were archived in early 2026. What that means, what MV3 keeps breaking, and a realistic path to a maintained WXT-based setup.</description>
    </item>
    <item>
      <title>Adding Stripe Payments to a Chrome Extension: The Architecture That Passes Review</title>
      <link>https://extensionstart.com/blog/chrome-extension-stripe-payments/</link>
      <guid isPermaLink="true">https://extensionstart.com/blog/chrome-extension-stripe-payments/</guid>
      <pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
      <description>How to monetize a chrome extension with Stripe: checkout-session redirects, webhook-written entitlements, server-enforced trials, and the storage-mirror pattern for instant UI.</description>
    </item>
    <item>
      <title>Firebase Auth in Manifest V3: Service Workers, Storage, and the Traps</title>
      <link>https://extensionstart.com/blog/firebase-auth-chrome-extension-mv3/</link>
      <guid isPermaLink="true">https://extensionstart.com/blog/firebase-auth-chrome-extension-mv3/</guid>
      <pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
      <description>How to run Firebase Auth in an MV3 chrome extension: the firebase/auth/web-extension entry point, authStateReady, the single-writer storage pattern, and token hygiene.</description>
    </item>
    <item>
      <title>Google Sign-In in a Chrome Extension: The 3 Approaches That Actually Work in MV3</title>
      <link>https://extensionstart.com/blog/google-sign-in-chrome-extension/</link>
      <guid isPermaLink="true">https://extensionstart.com/blog/google-sign-in-chrome-extension/</guid>
      <pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
      <description>The three Google login flows that work in a Manifest V3 Chrome extension: getAuthToken, launchWebAuthFlow, and offscreen documents.</description>
    </item>
    <item>
      <title>When should a Chrome extension show its paywall? The evidence</title>
      <link>https://extensionstart.com/blog/paywall-timing-evidence/</link>
      <guid isPermaLink="true">https://extensionstart.com/blog/paywall-timing-evidence/</guid>
      <pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
      <description>What conversion research actually says about paywall and sign-in timing in a Chrome extension: forced-registration abandonment, day-0 conversion data, Chrome Web Store policy constraints, and the value-first default they add up to.</description>
    </item>
    <item>
      <title>What is ExtensionStart?</title>
      <link>https://extensionstart.com/blog/what-is-extensionstart/</link>
      <guid isPermaLink="true">https://extensionstart.com/blog/what-is-extensionstart/</guid>
      <pubDate>Mon, 27 Jul 2026 00:00:00 GMT</pubDate>
      <description>A plain-English overview of ExtensionStart: a production-grade WXT + React 19 starter kit for building paid MV3 browser extensions with working auth, Stripe billing, and policy-safe paywalls.</description>
    </item>
  </channel>
</rss>
