← ~/projects
>

case study

$ cat ~/cases/net-assets-scraper.md

net-assets-scraper

Building ad creatives starts with gathering the brand: logos, images, video, fonts, colours — usually hunted down by hand across a client's site. Slow, and easy to miss things.

This is the shortcut. A Chrome extension that scrapes a live page and hands back an organized brand kit in one pass. Built for internal use at Adnami.

javascriptchrome extensionmanifest v3

code → github

hunt to kit
> 01 Problem assets by hand > 02 Approach MV3 content script > 03 Extract logos · media · type 04 Organize one clean kit
  • walks the live DOM and computed styles of any page
  • collects logos, images, video, fonts, and the colour palette
  • groups everything into a downloadable, organized brand kit
  • Manifest V3, no build step, runs entirely in the browser

A minutes-not-hours head start on every creative brief — and the seed of a bigger idea: a free website-audit tool that turns the same extraction into a lead magnet.