Live data from Hacker News

Ask HN: Why aren't you building browser extension?

news.ycombinator.com

1–7 of 7 posts

Ask HN: Why aren't you building browser extension?

#1
I noticed that when discussing a new idea with people, we usually settle for a website or a mobile app, even for ideas where a browser extension would make more sense. Do you notice a similar pattern? What barrier do you see when thinking about browser extensions?

Re: Ask HN: Why aren't you building browser extension?

#4

I have a number of popular browser extensions (10,000+ users). I don't see any barriers. It's quite easy to do, fun and profitable.

Cool! I'm curious how the monetization part works?

I use Stripe. I require logging in to a service before the extension can be used.

Re: Ask HN: Why aren't you building browser extension?

#7
With respect to barriers, the change in APIs used to achieve the same task. For example Chrome, Edge, Opera, Brave support the extension APIs from Chrome. Whereas Firefox & Safari support the extension APIs from Mozilla. Also there is an ongoing push from Chrome to move to manifest v3 which brings in new features & security (service workers, extended scope), but that leads to rework for extensions developed in manifest v2. So, there is always a catchup to be done, if browsers introduce new APIs or change the way the APIs should be used then there is a constant effort required to keep the extensions working.