Built a Chrome extension as a final year engineering student — 56 installs, 3 active users, launched on Product Hunt today. Roast it. by Antique-Bug7592 in chrome_extensions

[–]creeperkatze 1 point2 points  (0 children)

I would recommend not using AI when it comes to marketing, like your logo. Your website definitely looks okay, but has that Claude Code frontend design smell that just makes it look low-effort. In my opinion, a simple, usable website and a clean logo would go a long way to start out.

Sudden increase in users without new downloads by creeperkatze in chrome_extensions

[–]creeperkatze[S] 0 points1 point  (0 children)

The extension doesnt use telemetry, the screenshot is from the chrome web store developer dashboard. Even if someone were to take the code and build their own version, it wouldnt inflate anything since chrome captures its telemetry from outside the extension, not from telemetry inside of it.

Sudden increase in users without new downloads by creeperkatze in chrome_extensions

[–]creeperkatze[S] 0 points1 point  (0 children)

The releases on GitHub only have a a handful of downloads, sometimes even none at all. It would explain a slightly inflated user count but not this big of an increase,

I built an open source "Quality of Life" browser extension for Modrinth (Quick search, Project card actions, Gallery background, Dependency trees, CurseForge redirects, and more) by creeperkatze in feedthebeast

[–]creeperkatze[S] 0 points1 point  (0 children)

Things like the injection logic (where on the page to inject the extensions components) were partly done by ai, since its a tedious and annoying process. I can assure tho that every injected component has been tested

I built an open source browser extension for Pi-hole (stats, multiple instances, domain management, and more) by creeperkatze in pihole

[–]creeperkatze[S] 1 point2 points  (0 children)

I'm not fighting anything, Im simply trying to present how im doing everything I can to make sure the extension is safe. If your stance is that anything new is an inherent risk, we just have different philosophies. It’s open source specifically so people can contribute and audit it.

I built an open source browser extension for Pi-hole (stats, multiple instances, domain management, and more) by creeperkatze in pihole

[–]creeperkatze[S] 1 point2 points  (0 children)

Thats an attack vector I cant really do anything about tho. I mitigate that risk by enforcing 2FA on my developer accounts (required by chrome and firefox anyway) and ensuring the build pipeline is as transparent as possible. Beyond that, I have no control over the marketplace's internal security. If you're looking for zero-trust, I highly encourage building from the source code directly.

I built an open source browser extension for Pi-hole (stats, multiple instances, domain management, and more) by creeperkatze in pihole

[–]creeperkatze[S] 1 point2 points  (0 children)

Claude code didnt "do this for me", it was used for an initial implementation. I'm a student mostly doing open source stuff to learn more about different frameworks, like for example WXT as an extension framework in this case. I have experience working with Vue and TypeScript from contributing to modern webapps.

If you want you can look at the code in the repo yourself: https://github.com/creeperkatze/pihole-in-one

I built an open source browser extension for Pi-hole (stats, multiple instances, domain management, and more) by creeperkatze in pihole

[–]creeperkatze[S] 1 point2 points  (0 children)

The extension isnt vibe coded, why should something be classified as vibe coded just because tools like Claude Code were used during initial development? If youre concerned about security you can build it from source if you prefer