TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Easiest way to charge money for a Chrome extension?

10 点作者 mcrittenden超过 4 年前
Now that Google deprecated Webstore Payments [0], what&#x27;s the easiest way to charge money for a Chrome extension?<p>My extension [1] brings in $300-400 a month and I don&#x27;t want to lose that.<p>[0] https:&#x2F;&#x2F;developer.chrome.com&#x2F;webstore&#x2F;cws-payments-deprecation<p>[1] https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;shortkeys-custom-keyboard&#x2F;logpjaacgmcbpdkdchjiaagddngobkck&#x2F;

2 条评论

seanwilson超过 4 年前
Gumroad integration looks simple. Users buy a license key and you could verify the key via their API from your extension: <a href="https:&#x2F;&#x2F;help.gumroad.com&#x2F;article&#x2F;76-license-keys" rel="nofollow">https:&#x2F;&#x2F;help.gumroad.com&#x2F;article&#x2F;76-license-keys</a><p>I&#x27;m using Paddle for my paid Chrome extension (<a href="https:&#x2F;&#x2F;www.checkbot.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.checkbot.io&#x2F;</a>) but integration is more involved.<p>Paddle and Gumroad also tax care of all country specific tax + VAT for you, unlike say Stripe, which saves a ton of hassle and paperwork if you&#x27;re in the EU anyway.
taphangum超过 4 年前
My own guess is that you could just setup your own custom payment pages and direct people towards that. But tbh, I&#x27;m not sure what the best way to do this is.