Chrome Web Store
Google LLC
Distribution store for Chrome browser extensions, themes, and progressive web apps.
Browser extension stores reach end users directly rather than through a business admin, which makes them uniquely suited to consumer and prosumer products — ad blockers, password managers, writing aids, and productivity overlays. The same Chromium extension package usually ships to both Chrome and Edge with only minor manifest changes, so cross-store distribution is cheap.
The integration model is the browser extension itself: content scripts, background service workers, and browser-action UI built on Manifest V3. There is no marketplace-wide API rate limit — you are bound by whatever web APIs your extension calls — and auth is often minimal, though extensions can use OAuth for identity when they talk to a backend.
Review here centers on permissions and user-data handling. Chrome and Edge run automated plus manual policy review; Firefox emphasizes open code and data transparency. Because extensions run in a privileged context, over-broad permissions are the most common cause of rejection, so scope requests tightly.
Google LLC
Distribution store for Chrome browser extensions, themes, and progressive web apps.
Microsoft Corporation
Store for Edge browser extensions, largely Manifest V3-compatible with Chrome Web Store submissions.
Mozilla Foundation
Open, community-oriented store for Firefox WebExtensions and themes.
Apple Inc.
Apple's mandatory, review-gated storefront for native iOS, iPadOS, and macOS apps, with Apple as Merchant of Record for paid content.
Google LLC
Android's dominant app store with a $25 one-time fee, policy review, and Google Play Billing as Merchant of Record.
Microsoft Corporation
Windows' built-in app store with zero registration fees and optional 15%/12% commerce, or bring-your-own-billing to keep 100%.
Opera Norway AS
Opera's official catalog for Chromium-based WebExtensions, free to publish but subject to slow human moderation.
Raycast Technologies Ltd.
Open-source extension store for the Raycast launcher, published via GitHub PR review, free and MIT-licensed, with AI-agent tool support.
Apple Inc.
Safari's browser extensions, distributed only as App Store apps under Apple Developer Program terms and full App Review.