Get ReddJSON up and running in under a minute. Two installation methods available.
This is the recommended way to install ReddJSON right now. It takes less than a minute.
Get the source code from GitHub:
git clone https://github.com/Mr-Dark-debug/ReddJSON.git
Or download the ZIP file from the GitHub repository and extract it.
Navigate to chrome://extensions/ in your Chrome browser. You can also access this
from the menu: More Tools → Extensions.
Toggle the Developer mode switch in the top-right corner of the extensions page. This enables the "Load unpacked" button.
Click the "Load unpacked" button that appears in the top-left area of the page.
Browse to and select the ReddJSON folder (the one containing
manifest.json). Click "Select Folder".
The ReddJSON extension icon appears in your browser toolbar. Navigate to any Reddit post and
you'll see the { } JSON button in the post's action bar.
ReddJSON will be available on the Chrome Web Store soon. This method provides automatic updates and easier installation.
Chrome Web Store submission is in progress. For now, use the Load Unpacked method above. Star the GitHub repository to get notified when it's available.
When using Load Unpacked mode, updates are manual:
git pull origin mainchrome://extensions/To remove ReddJSON:
chrome://extensions/Note: Uninstalling will delete all stored copy history.
| Requirement | Details |
|---|---|
| Browser | Google Chrome (or Chromium-based browsers) |
| Chrome Version | 88+ (Manifest V3 support required) |
| Permissions | Storage, Active Tab, Side Panel |
| Network | Access to reddit.com and AI provider APIs (optional) |
| Disk Space | Less than 1 MB |
Make sure you selected the correct folder — the one containing manifest.json, not a parent
folder.
Click the puzzle piece icon in Chrome's toolbar and pin ReddJSON to make it always visible.
Open DevTools Console (F12) and look for [ReddJSON] log messages. Check that the extension
is enabled on chrome://extensions/.
Learn how to use all of ReddJSON's features.