Core Features

The essentials that make ReddJSON indispensable for Reddit data work.

📋

One-Click JSON Copy

Click the { } JSON button on any Reddit post to instantly copy the full, pretty-printed JSON response to your clipboard. The JSON includes the complete post data and all comments.

🎨

Native Reddit Integration

The JSON button is styled to match Reddit's native UI perfectly — same font, same spacing, same hover effects. It looks like it belongs there because it's designed to.

🔄

Infinite Scroll Support

Reddit uses infinite scroll and SPA navigation. ReddJSON uses MutationObserver to automatically detect and add JSON buttons to new posts as they load — no page refresh needed.

🌐

Dual Reddit Support

Works on both www.reddit.com (new Reddit with shreddit-post elements) and old.reddit.com (classic Reddit with .thing.link elements). Dedicated selectors for each.

History & Management

Keep track of every JSON you've copied with powerful history features.

📋

Persistent Copy History

Your last 50 copied posts are stored in chrome.storage.local and persist across browser sessions. Each entry includes title, subreddit, post ID, timestamp, and full JSON.

🔍

Search & Filter

Quickly find any previously copied post by searching through titles, subreddit names, or post IDs. Debounced search for smooth performance.

💾

Export as JSON File

Download your entire copy history as a timestamped .json file. Perfect for backups, analysis, or importing into other tools.

👁

JSON Viewer Modal

View any previously copied JSON in a full-screen modal with syntax highlighting. Dark theme for comfortable reading, with a copy button for quick re-copy.

🔗

Open Original Post

Click any history entry's title to open the original Reddit post in a new tab. Quick way to revisit the source.

🗑

Delete & Clear

Remove individual entries or clear all history with confirmation dialogs. Full control over your stored data.

AI-Powered Features

Generate content from Reddit posts using AI providers.

🤖

LinkedIn Post Generator

Transform any Reddit post into a viral-ready LinkedIn post with one click. The AI analyzes the content and generates engaging professional social media copy.

🔌

Multiple AI Providers

Supports both OpenRouter and Groq as AI providers. Configure your API keys in the sidebar settings and switch between providers as needed.

⚙️

Configurable Settings

Manage AI provider settings, API keys, and preferences directly from the sidebar. Settings are stored locally and persist across sessions.

Technical Highlights

Built with performance, reliability, and developer experience in mind.

Zero Dependencies

No external libraries, no npm packages, no build step. Pure vanilla JavaScript that loads instantly and has zero supply chain risk.

🔒

Manifest V3

Built on Chrome's latest extension platform for better security, performance, and future compatibility. Required for Chrome Web Store submissions.

⚠️

Robust Error Handling

Graceful handling of network errors, 403 forbidden (private subs), 404 not found, 429 rate limits, and 5xx server errors. User-friendly toast notifications for every scenario.

🛠

Service Worker Architecture

Background service worker handles API fetching and storage operations. Content script stays lightweight, focused on DOM manipulation and UI.

🔓

Privacy First

Uses credentials: 'omit' for API requests. No cookies are sent to Reddit's JSON endpoint. All data stored locally on your machine.

📝

Keyboard Shortcuts

Ctrl+F / Cmd+F to focus search, Escape to close modals. Efficient keyboard-driven workflow.

Ready to Try These Features?

Install ReddJSON and start using all these features today.

Install Now View Source