| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| v0.5.1 | < 21 hours ago | ||
| README.md | < 21 hours ago | 1.9 kB | |
| Totals: 2 Items | 1.9 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
- Unzip
stackpeek-<version>-chrome.zip. - Open
chrome://extensions, turn on Developer mode. - 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