frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

JSON Formatter Chrome Plugin Now Closed and Injecting Adware

https://github.com/callumlocke/json-formatter
58•jkl5xx•2h ago

Comments

jkl5xx•2h ago
Noticed a suspicious element called give-freely-root-bcjindcccaagfpapjjmafapmmgkkhgoa in the chrome inspector today.

Turns out about a month ago, the popular open source [JSON Formatter chrome extension](https://chromewebstore.google.com/detail/json-formatter/bcji...) went closed source and started injecting adware into checkout pages. Also seems to be doing some geolocation tracking.

I didn't see this come up on hn, so I figured I'd sound the alarm for all the privacy-conscious folks here.

At this point, I feel like browser extension marketplaces are a failed experiment. I can just vibecode my own json pretty-printer extension and never deal with this problem again.

IncreasePosts•1h ago
Agreed with that. My main use of AI is just writing ultra minimal apps that are specifically tailored to my needs, instead of using a larger app(or plugin or whatever) that is controlled by a third party and is usually much more than I need, and doesn't exactly fit my needs, and requires ad hoc configuration.

I'm wondering when/if this is going to bite me in the butt

hn_throwaway_99•1h ago
Thanks for posting this. I think it's such a shitty thing to do. I don't have much of a problem if an original author wanted to do a closed fork of an open source project, but to start injecting ads, without warning, to folks who have already installed your generic JSON formatter and phrase it as "I'm moving to a closed-source, commercial model in order to build a more comprehensive API-browsing tool with premium features." - seriously, f' off.

I agree that browser extension marketplaces are a failed experiment at this point. I used to run security an a fin services company, and our primary app had very strict Content Security Policy rules. We would get tons of notifications to our report-uri endpoint all the time from folks who had installed extensions that were doing lots of nefarious things.

braebo•1h ago
We could use llms to scan source code and list all of the behavior not listed in the extensions page, like adware and geolocation tracking for example. Then another LLM locally to disable it and warn you with a message explaining the situation.
fg137•44m ago
How did you "notice" a suspicious element in the inspector? Do you routinely look at the DOM?
cluckindan•35m ago
The extension injects its ”gimme money” elements even on localhost pages.
ronsor•27m ago
> Do you routinely look at the DOM?

You don't?

munificent•42m ago
> I feel like browser extension marketplaces are a failed experiment.

People rightly criticize all of the problems around vendor-lock-in and rent-seeking with platform app stores, but this is a good example that they do indeed provide some value in terms of filtering out malware.

The degree to which they are successful at that and add enough value to overcome the downsides is an open question. But it's clear that in a world where everyone is running hundreds of pieces of software that have auto-update functionality built in and unfettered access to CPU power and the Internet, uncontrolled app stores a honeypot for malicious actors.

josephcsible•29m ago
> People rightly criticize all of the problems around vendor-lock-in and rent-seeking with platform app stores, but this is a good example that they do indeed provide some value in terms of filtering out malware.

But browser extension marketplaces aren't a free-for-all; they're exactly like the platform app stores in all the bad ways.

nightpool•1h ago
The same thing happened to ModHeader https://chromewebstore.google.com/detail/modheader-modify-ht... -- they started adding ads to every google search results page I loaded, linking to their own ad network. Took me weeks to figure out what was going on. I uninstalled it immediately and sent a report to Google, but the extension is still up and is still getting 1 star reviews.
gsibble•1h ago
Is it me or is this happening more and more frequently?
iza•16m ago
Maybe but it's always been a problem. I've been receiving offers to monetize or sell my extension for over a decade.
tadfisher•1h ago
WebExtension permissions are fucking broken if the set of permissions necessary to reformat and style JSON snippets is sufficient to inject network-capable Javascript code into any page.

If basically any worthwhile extension can be silently updated to inject <script> tags anywhere, then it's time to call this a failed experiment and move on. Bake UBlock and password-management APIs into the browser. Stop the madness.

michaelt•1h ago
Given that the worlds biggest browser is made by the worlds biggest ad company, the chances it’ll ever bake in a working ad blocker are approximately zero.
Groxx•1h ago
- click install

- "It can: Read and change all your data on all websites"

It's not alarming sounding enough for what that implies, but "it can trigger requests under its control" seems fairly obvious from that. The permission it uses to inject ads can be used to inject ads (or block them).

Why a JSON formatter needs any permission at all is something anyone installing it should be asking themselves.

---

This is not meant to imply that I think the permission model of extensions in chrome or firefox is good, clearly it is not. But it's significantly better and more fine-grained than every single other widely-used permissions system in consumer apps. Ideally there should be more carve-outs for safe niches like a "read a JSON file, rewrite it into something that does not need javascript or external resources" could use, but also that kind of thing is likely to be nigh impossible to make "complete".

strictnein•18m ago
Been researching extensions for a while now at the day job and I'm preparing some disclosures to the major browser vendors.

The amount of absolute clusterfuckery in browser extensions is endless. One of the biggest issues is with how extensions define their permissions and capabilities in their manfiest.json files. I've reviewed thousands of these now, and probably only 5-10% of extensions actually get it right. There are just so many confusing and overlapping permissions, capabilities, etc.

It is a failed experiment, but I don't think Google can just shut it off, because of their market dominance. They'd be disconnecting some of their competitors from their users. They need to move to an updated manifest spec that is (more) secure by default, has fewer footguns, etc.

computerfriend•1h ago
Interesting that the author, Callum Locke, seems to be a real person with a real reputation to damage. Previously this would have been a trust signal to me, I figured real developers would be less likely to go rogue given the consequences.
captn3m0•1h ago
The JSONView extension on Firefox was targeted a while ago. (2017?)

I only found out because Mozilla forced an uninstall with a warning and then I had to go down Bugzilla to find the impact (it leaked browser visit URLs).

jansommer•55m ago
Guy talks about switching to the "Classic" version if

> you just want a simple, open source, local-only JSON-formatting extension that won't receive updates.

Wow that sounds like a tough choice. JSON formatting is moving at such a fast pase that I don't know if I should pay a JSON formatting SaaS a monthly subscription, or if I really can live without updates.

panstromek•45m ago
Depends on how many JSON tokens you need to format. I recommend getting JSON ForMAX+ with 200k tokens and 100k sign in bonus.
brianmcnulty•32m ago
I heard that JWTs are 5x the price of JSON tokens but only 3x if you have JSON ForULTRA+ (new) (for work or school).
jmuguy•43m ago
I actively try to get coworkers to audit, remove and work without browser extensions. Google and Firefox clearly do not care to spend even a modicum of effort to police their marketplaces. There's only a few I would trust and assume all others to be malware now or at some point in the future.
binaryturtle•36m ago
I guess you really need to unpack each and every extensions before installation and carefully inspect the code manually to see if it only would be doing what the extensions is advertising.

Darn…

and I thought that the JSLibCache extension was forcing every site into UTF-8 mode (even those that need to run with a legacy codepage) was a critical issue. A problem I encountered yesterday… took me a while to figure out too.

wesbos•30m ago
I noticed this a week ago. Ended up building my own that has all the features I love from using several over the years.

https://github.com/wesbos/JSON-Alexander

Meta pulls ads aimed at recruiting plaintiffs for social media lawsuits

https://www.reuters.com/sustainability/society-equity/meta-pulls-ads-aimed-recruiting-plaintiffs-...
1•1vuio0pswjnm7•49s ago•0 comments

AI trained like a Rubik's Cube solver simplifies particle physics equations

https://phys.org/news/2026-04-ai-rubik-cube-solver-particle.html
1•amichail•2m ago•0 comments

Choosing a Programming Language (2016)

https://thesquareplanet.com/blog/choosing-a-programming-language/
1•ibobev•3m ago•0 comments

Ads in AI Chatbots? An Analysis of How LLMs Navigate Conflicts of Interest

https://arxiv.org/abs/2604.08525
2•StatsAreFun•5m ago•0 comments

Show HN: Agentic Web :handshake: Human Web

https://epsteingacha.com/llms.txt
2•pityrate•5m ago•0 comments

Abstraction is the only thing that has ever scaled

https://toto.tech/docs/abstraction
3•afunk•6m ago•0 comments

The acyclic e-graph: Cranelift's mid-end optimizer

https://cfallin.org/blog/2026/04/09/aegraph/
1•fanf2•7m ago•0 comments

Open Source card game cuttle.cards has its world championship Saturday at 1pm ET

1•aleph_one•11m ago•0 comments

Claude Mythos: 'It's a PR Scam' – Ed Zitron [video]

https://www.youtube.com/watch?v=RojN74P1lDI
1•xbmcuser•12m ago•2 comments

Apollo 8, Artemis 1 and 2 Orbit Comparison [video]

https://www.youtube.com/watch?v=PNQ7MoL7erI
1•nixass•14m ago•0 comments

Building C/C++ libraries for HarmonyOS with vcpkg

https://www.qt.io/blog/building-libraries-for-harmonyos-with-vcpkg
1•molinwow•14m ago•0 comments

ESA Launches 7 New Missions to Supercharge Space Data Transfer

https://www.universetoday.com/articles/esa-launches-7-new-missions-to-supercharge-space-data-tran...
1•rbanffy•16m ago•0 comments

Microsoft says Windows 11's bugs are all "resolved"

https://www.windowscentral.com/microsoft/windows-11/microsoft-says-windows-11-bugs-are-resolved
4•tencentshill•20m ago•0 comments

Show HN: I built a tool to bootstrap VLESS and REALITY over SSH (with rollback)

1•insany•20m ago•0 comments

Show HN: Django app for email-based learning platforms

https://github.com/AvaCodeSolutions/django-email-learning
2•payamnj•20m ago•0 comments

Scanners are too late for AI-driven actions

1•pinfloyd•21m ago•0 comments

Combining spicy foods with mint boosts anti-inflammatory effects 100x or more

https://scitechdaily.com/this-spice-combo-could-slash-inflammation-hundreds-of-times-more-effecti...
7•joeax•24m ago•2 comments

AIs diagnose people with obviously fake eye disease "bixonimania"

https://twitter.com/HedgieMarkets/status/2042430442448548273
2•josephcsible•25m ago•0 comments

Anti-Distillation for Employee Skills

https://github.com/leilei926524-tech/anti-distill
2•mooreds•25m ago•0 comments

From Coal Tip to Clean Energy: Turning UK Coal Mines into Renewable Powerhouses

https://bylinetimes.com/2026/04/09/from-coal-tip-to-clean-energy-the-uk-projects-turning-former-m...
2•DamonHD•26m ago•0 comments

Lemlist Outage Postmortem

https://lempire.notion.site/lemlist-Outage-Apr-8-9-Customer-Impact-Report-33ddfb675ef480e39627ecf...
2•warent•28m ago•0 comments

Nono – Runtime safety infrastructure for AI agents

https://nono.sh
3•jossclimb•29m ago•0 comments

Time Brings Order to the Universe

https://nautil.us/time-brings-order-to-the-universe-1279584
4•rbanffy•29m ago•0 comments

Plans to possibly retire the big-endian PowerPC/POWER platforms

https://chimera-linux.org/news/2026/03/retiring-powerpc.html
2•PaulHoule•32m ago•0 comments

We're running out of benchmarks to upper bound AI capabilities

https://www.lesswrong.com/posts/gfkJp8Mr9sBm83Rcz/we-re-actually-running-out-of-benchmarks-to-upp...
5•gmays•32m ago•0 comments

Molotov cocktail thrown at home of OpenAI chief executive Sam Altman

https://www.ft.com/content/46ec2fa5-834d-4e49-81ef-6fb736b7e81d
6•fuzzfactor•32m ago•0 comments

Coming Home May Be the Most Dangerous Part of Artemis II

https://www.nytimes.com/2026/04/09/science/nasa-artemis-ii-earth-return-heat-shield.html
4•bookofjoe•32m ago•1 comments

EU AI Act compliance layer for Claude Managed Agents (MCP, open source)

https://docs.geiant.com/integrations/claude-managed-agents/
3•camilo_ayerbe•33m ago•0 comments

Artemis II Flight Day 10: Crew Completes Final Burn Before Splashdown

https://www.nasa.gov/blogs/missions/2026/04/10/artemis-ii-flight-day-10-crew-completes-final-burn...
4•thinkingemote•34m ago•0 comments

Phone's Deal with the Devil [video]

https://www.youtube.com/watch?v=NG-lLt5X3Rs
2•pinkmuffinere•34m ago•0 comments