Apple App Store
Apple Inc.
Apple's mandatory, review-gated storefront for native iOS, iPadOS, and macOS apps, with Apple as Merchant of Record for paid content.
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.
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
Distribution store for Chrome browser extensions, themes, and progressive web apps.
Mozilla Foundation
Open, community-oriented store for Firefox WebExtensions and themes.
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
Store for Edge browser extensions, largely Manifest V3-compatible with Chrome Web Store submissions.
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.
9 marketplaces: Apple App Store, Chrome Web Store, Firefox Browser Add-ons, Google Play Store, Microsoft Edge Add-ons, Microsoft Store, Opera Add-ons, Raycast Store, Safari Extensions.
Most use None, OAuth 2.0. OAuth 2.0 is the norm for public, multi-tenant apps; API keys and personal access tokens are common for single-account integrations.
9 of 9 require a formal security or listing review before an app goes live. 1 explicitly support AI agents or bots.