DApp Inspector
Local-first Web3 RPC inspector for Chrome

Privacy Policy

Last updated: 2026-05-02  ·  Extension: DApp Inspector  ·  Maintainer: beilunyang

Summary

DApp Inspector is a local-first developer tool. We do not run a backend, we do not have user accounts, and we do not collect, transmit, or share any user data with parties under our control.

What the extension stores

All data lives in your browser's local storage (chrome.storage.local and IndexedDB on your device):

Captured data is never transmitted off your device by this extension. You can clear it at any time via Settings → Advanced → Clear all history and Clear ABI cache.

Outbound network requests

The extension makes anonymous, unauthenticated GET requests to a small set of public registries to enrich the inspector view:

HostWhenPurposeData sent
sourcify.dev When you open the Decoded tab on a call to a contract whose ABI is not in the local 7-day cache Look up the contract's verified ABI by (chainId, address) The chainId (e.g. 1) and contract address (e.g. 0xE592…1564) — both already public on chain. No browser identifiers, cookies, headers, or user data.
api.4byte.sourcify.dev When the Sourcify lookup misses, on the same trigger Resolve a 4-byte function selector to its text signature The 4-byte selector (e.g. 0xa9059cbb) — already publicly observable as the first 4 bytes of any tx calldata.
chainid.network First time the extension encounters a chainId not in its built-in 24-chain seed map, then once every 30 days to refresh Map chainIds to human-readable chain names None — fetches the full public catalog as a single static JSON file.

You can disable Sourcify and 4byte lookups entirely via Settings → Capture → Auto-fetch ABI (off). The extension will still function using the bundled built-in ABIs for ERC-20/721/1155/Permit2.

What we do not collect

Permissions

See the Permissions Justification section of the Chrome Web Store listing or docs/store/permissions.md in the source repository for the per-permission rationale.

Source code

DApp Inspector is open source. The full implementation is available at github.com/beilunyang/dapp-inspector-extension. You are encouraged to audit the network code paths (src/shared/abi/sourcify.ts, src/shared/abi/fourbyte.ts, src/shared/chains.ts) and confirm the claims above.

Contact

Questions or concerns about privacy: please open an issue at the GitHub repository linked above.

Changes to this policy

Material changes will be reflected in this document and announced via the GitHub releases page. Continued use of the extension after such changes constitutes acceptance.