Download Latest Version stackpeek-0.5.1-chrome.zip (74.5 kB)
Email in envelope

Get an email when there's a new version of Stackpeek Shopify Theme & App Detector

Home / v0.5.1
Name Modified Size InfoDownloads / Week
Parent folder
SHA256SUMS.txt < 23 hours ago 281 Bytes
stackpeek-0.5.1-sources.zip < 23 hours ago 215.3 kB
stackpeek-0.5.1-firefox.zip < 23 hours ago 74.7 kB
stackpeek-0.5.1-chrome.zip < 23 hours ago 74.5 kB
Totals: 4 Items   364.8 kB 0

Stackpeek — Shopify theme & app detector

An MV3 side-panel browser extension that detects, on any Shopify storefront in your active tab, its theme, its installed apps, and its tracking pixels — and exports the store's public product catalogue to CSV.

MIT licensed. Full source: https://github.com/tonic20/stackpeek-extension Project home: https://stackpeek.app

Downloads

File What it is
stackpeek-<version>-chrome.zip Unpacked-loadable Chrome / Edge / Chromium build (MV3)
stackpeek-<version>-firefox.zip Firefox build (MV3, sidebar_action panel)
stackpeek-<version>-sources.zip Buildable source tree for the same release
SHA256SUMS.txt Checksums for the three archives above

Most people should install from the Chrome Web Store, which handles updates automatically: https://chromewebstore.google.com/detail/shopify-theme-detector-ap/membonhdocoehieifbkfkdjmpappflan

The archives here are for people who would rather load the extension unpacked, verify it, or build it themselves.

Verifying a download

shasum -a 256 -c SHA256SUMS.txt

Installing the Chrome build unpacked

  1. Unzip stackpeek-<version>-chrome.zip.
  2. Open chrome://extensions, turn on Developer mode.
  3. Load unpacked, and pick the unzipped folder.

Building from source

Requires Node 20 or newer.

unzip stackpeek-<version>-sources.zip && cd stackpeek-*-sources
npm install
npm test
npm run build      # Chrome
npm run build -- -b firefox

What it sends

The page's origin only — scheme, host and port — plus the detection signals found on the page and a random per-install identifier. Path, query string and fragment never leave the browser, and the server drops the install ID before recording anything about a store, so no browsing list can be assembled on either side. Privacy policy: https://stackpeek.app/privacy

Source: README.md, updated 2026-08-22