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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why didn't the Chrome Web Store team detect Honey's cookie hijacking?

10 点作者 rizs125 个月前
I&#x27;ve created and published a Chrome extension. It had to go through a review process that can take days.<p>In addition, Chrome extensions can&#x27;t use JavaScript that is loaded from an external source (the review team enforce this).<p>This means that the code that enables Honey to hijack cookies and inject its own affiliate links must be in the Chrome extension&#x27;s code i.e. the same code that the Chrome Web Store team have access to during the review process.

3 条评论

packtreefly5 个月前
All it is doing is opening a new tab when the user clicks a button, then closing that tab. The JavaScript that replaces the cookie comes from the site itself. I&#x27;m sure there&#x27;s an API call that happens inside the extension to look up the affiliate link to load, but that&#x27;s probably it.<p>They wrap all their magic behind that single click, but to be fair, that&#x27;s exactly how the traditional coupon code sites (e.g. retailmenot) have always worked. Honey just wrapped it into a browser extension and promoted the hell out of it.
评论 #42506322 未加载
AznHisoka5 个月前
Because they simply do not care, and won&#x27;t put any resources in policing the chrome store. I mean, just look at all the Chrome extensions owned by companies that track all the websites you visit and sell it to marketers in the past 10-15 years (Exhibit #1: SimilarWeb). Google doesn&#x27;t care. It&#x27;s that simple.
评论 #42506367 未加载
jqpabc1235 个月前
Does Google make money from code reviews?<p>The web store mainly serves as a payment gateway.