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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

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

2 点作者 lab大约 3 年前
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?

4 条评论

bprasanna将近 3 年前
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.
nullbytesmatter大约 3 年前
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.
评论 #31443599 未加载
thomassmith65大约 3 年前
My feeling about browser extensions is that half the ideas for good ones rely on third party websites.<p>So if I make a popular extension, I open myself to stress (eg: frantically updating my extension to respond to the third party pushing an update).
webmaven大约 3 年前
I&#x27;ve seen quite a few popular extensions die due to browser changes that removed APIs. Somehow that sort of rug-pull doesn&#x27;t seem to happen much with websites or mobile apps.