TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you build and monetize Chrome extensions?

30 pointsby matbramabout 8 years ago
Does anyone have any experience with successfully creating and monetizing chrome extensions? I&#x27;m looking into doing this and want to see what I&#x27;m up against and if this is feasible.<p>Also, being that chrome extensions are comprised of just HTML&#x2F;CSS&#x2F;Javascript, anyone can easily view and replicate the source code and compete against you. The only way that I know to circumvent this is to have your chrome extension interface with your server, where the actual functionality is hosted.<p>What are your thoughts and experiences on this?

6 comments

anandkulkarniabout 8 years ago
Chrome extensions are just another interface to a web app. They&#x27;re easy to reproduce by another hacker, but most people won&#x27;t bother reverse-engineering an extension just to get it for free. You&#x27;ll probably sell product to people who don&#x27;t know how to do that, anyway.<p>If you&#x27;re concerned about it, then just make sure the IP doesn&#x27;t live entirely in the extension itself with a simple third-party authentication &amp; payment system.<p>There are more than a few companies set up like this already. SalesLoft started as a paid Chrome extension!
评论 #13945101 未加载
seanwilsonabout 8 years ago
&gt; Also, being that chrome extensions are comprised of just HTML&#x2F;CSS&#x2F;Javascript, anyone can easily view and replicate the source code and compete against you. The only way that I know to circumvent this is to have your chrome extension interface with your server, where the actual functionality is hosted.<p>I wouldn&#x27;t worry about this. If a competitor literally uses your code that&#x27;s copyright infringement. For the vast major of apps you don&#x27;t need to look at their code to figure out how to replicate them anyway. Minifying your code will make it unpleasant enough to look at the source files.
评论 #13951132 未加载
amine_benselimabout 8 years ago
minify your css, uglify your js and you&#x27;re good to go. the visual part of your code will be available anyway, that&#x27;s how the browser knows how to render your app.<p>when i comes to monetize, that depends on what kind of application you&#x27;re making, just like a website you can use freemium model, a premium one, you can run ads on it.. as i said, it greatly depends on the type of extension you&#x27;re creating
评论 #13945389 未加载
评论 #13946448 未加载
auganovabout 8 years ago
Two pure chrome extensions off top of my head that I know people pay for: <a href="https:&#x2F;&#x2F;www.vysor.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.vysor.io&#x2F;</a> <a href="http:&#x2F;&#x2F;ghostforchat.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;ghostforchat.com&#x2F;</a>
meir_yanovichabout 8 years ago
<a href="https:&#x2F;&#x2F;www.streak.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.streak.com&#x2F;</a><p><a href="http:&#x2F;&#x2F;www.gmass.co&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.gmass.co&#x2F;</a>
madpropsabout 8 years ago
I don&#x27;t know the site to create a merchant account is blocked in my house.