Capture payloads from any page.

The PayloadIQ extension detects JSON on the current tab and sends it to the analyzer. Your payload is encoded entirely in the URL hash — it never touches our servers and is never logged. Only you can see it.

Download & Install

Download the ZIP, then load it unpacked in Chrome. Webpages cannot auto-install extensions — this is a Chrome security requirement.

Downloading in 3…

Manual download link if the countdown does not start automatically.

Installation Steps

  1. 1Download the ZIP file using the button above.
  2. 2Open Chrome and navigate to chrome://extensions
  3. 3Enable "Developer mode" using the toggle in the top-right corner.
  4. 4Click "Load unpacked" and select the unzipped extension folder.

Prefer no extension?

Use the bookmarklet instead. Drag the link below to your bookmarks bar, then click it on any page with JSON to open it in PayloadIQ. No install required — works in any browser.

javascript:void((function(){var B='https://payloadiq.dev/app';var s=window.getSelection?window.getSelection().toString().trim():'';var p;if(s){p={version:1,source:'bookmarklet',input:s};}else{var t=(document.querySelector('pre')||document.body).innerText.trim();try{JSON.parse(t);p={version:1,source:'bookmarklet',input:t};}catch(e){alert('Select JSON first.');return;}}window.open(B+'#piq='+btoa(JSON.stringify(p)).replace(/\+/g,'-').replace(/\//g,'_').replace(/=+$/,''),'_blank');})())
PayloadIQ — drag to bookmarks bar

Drag the link above to your bookmarks bar. Visit any page with JSON and click it.