Ask HN: How do you build and monetize Chrome extensions?
Does anyone have any experience with successfully creating and monetizing chrome extensions? I'm looking into doing this and want to see what I'm up against and if this is feasible.
Also, being that chrome extensions are comprised of just HTML/CSS/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.
What are your thoughts and experiences on this?
11 comments
[ 2.5 ms ] story [ 34.2 ms ] threadwhen i comes to monetize, that depends on what kind of application you'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're creating
If you're concerned about it, then just make sure the IP doesn't live entirely in the extension itself with a simple third-party authentication & payment system.
There are more than a few companies set up like this already. SalesLoft started as a paid Chrome extension!
Yeah having the IP live on the server instead of the extension itself should be enough to keep things safe.
Interesting about SalesLoft, didn't know they started out as a chrome extension :D
I wouldn't worry about this. If a competitor literally uses your code that's copyright infringement. For the vast major of apps you don'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.
http://www.gmass.co/