Help & Support
Find answers below, open a GitHub issue, or reach the developer directly. StashView is open source — contributions and feedback are always welcome.
Report bugs, request features, or browse the full source code. The fastest way to get a fix.
Learn more about the developer, see other projects, or send a direct message via the contact form.
If StashView saved you time, a GitHub star helps others discover it and keeps the project motivated.
Zero telemetry, no data collection. Read the full privacy policy and permission justifications.
FAQ
chrome://, chrome-extension://,
or the Chrome Web Store (chromewebstore.google.com) due
to browser security restrictions. Try it on any normal website.
indexedDB.databases() is the API used to list databases.
Some older browser versions don't support it. Also, databases created
in incognito windows are not accessible from a regular popup. Make
sure you're on a standard tab and that the site actually uses
IndexedDB.
chrome://extensions, find
StashView, click Details, and enable
Allow in Incognito. Note that storage in Incognito is
isolated and cleared when the window closes.
stashview-firefox-v*.zip file.
Firefox AMO submission is planned. In the meantime you can load it
as a temporary add-on via about:debugging.
sass CLI
(npm i -g sass), then run:
python build.py --target chrome
dist/chrome/ folder as an unpacked extension
via chrome://extensions with Developer Mode on.
Full instructions are in the README.
About
StashView was built by Ajmal Nasumudeen — a software developer who got tired of digging through the DevTools Application panel every time he needed to check a token or clear a stale cache entry. The goal was a zero-friction, privacy-respecting tool that respects your workflow.