Skip to main content

FAQ

Frequently Asked Questions about GrokMediaDownloader

Basic Features

What does Generate List do?
Generate List is the core batch download feature in GrokMediaDownloader, a Chrome extension trusted by 8,000+ users for managing Grok AI media. When you click Generate List on your Grok favorites page, the extension performs an intelligent scan of the entire page using DOM analysis. It detects all images and videos, including child posts where videos were generated from source images. The system automatically filters out previously downloaded files by checking your local download history, which uses OOM-safe caching capable of handling 5,000+ items without crashing. The resulting list shows only new, undownloaded media ready for batch download. You can also enable HD Priority to prefer high-definition versions, save metadata as JSON files, or use your prompt text as the filename. All processing happens 100% client-side in your browser with no server uploads required.
What is the 'Only after' date filter?
The Only After date filter is a PRO exclusive feature in GrokMediaDownloader designed for power users who have accumulated large media libraries on Grok AI. When your favorites contain thousands of images and videos, downloading everything each time would be impractical and waste bandwidth. This filter lets you set a specific cutoff date, so the Generate List scan only includes media created after that date. For example, you can set it to today to download only what you generated in the current session, or set it to this week for a weekly batch download routine. This is particularly useful for creators who use Grok daily and want to maintain an organized download workflow. The date filter works alongside the existing duplicate detection system, giving you precise control over exactly which new creations get downloaded. Available exclusively with the PRO lifetime license at $4.99.
What's the difference between Stream Capture and Generate List?
Generate List and Stream Capture serve different workflows in GrokMediaDownloader. Generate List is a batch scan tool that reads your Grok favorites page, finds all images and videos, filters duplicates, and creates a download queue. You run it manually whenever you want to download accumulated media. Stream Capture, by contrast, is a real-time monitoring system that uses MutationObserver to watch the DOM for newly appearing images as you browse and create on grok.com. When you enable Stream Capture, it automatically detects and queues new images the moment they appear on screen, capturing up to 1,000 images per session. Think of Generate List as retrospective batch downloading from your saved collection, while Stream Capture is a live net that catches everything as it happens. Both features work entirely client-side with no data sent to external servers, respecting your privacy while giving you flexible download options.
How does HD Upgrade work?
HD Upgrade is a smart video quality enhancement feature in GrokMediaDownloader. Grok AI sometimes stores low-resolution preview versions of generated videos to save bandwidth. HD Upgrade scans your download list and automatically identifies videos that have standard-definition previews but HD versions available on the server. It then sends requests to Grok to retrieve the 1080p high-quality versions. The system includes intelligent duplicate detection, so if an HD version already exists for a particular video, no redundant request is sent. It also recognizes native 720p SuperGrok videos and skips them appropriately. The entire process runs automatically once initiated, and it ends when all videos in your list have been checked and upgraded where possible. HD Upgrade works with the batch download system, so you can scan previews with confirmation before committing to the upgrade. All video processing remains 100% client-side within your Chrome browser.
If I switch computers, is my history saved?
By default, GrokMediaDownloader stores your download history locally in Chrome's storage on your current computer. This means if you switch to a new computer, format your drive, or reinstall Chrome, your history would not automatically transfer. However, PRO users have access to the Export/Import Data feature, which allows you to back up your entire download history as a file and restore it on any other device. This is useful for cross-device transfer when upgrading computers or maintaining multiple workstations. The export creates a portable data file containing all your download records, and the import process restores everything seamlessly. Since GrokMediaDownloader is built as a Manifest V3 Chrome extension with 100% client-side processing, no personal data is ever sent to external servers. Your history stays private and under your control at all times, stored only in your local Chrome storage.

Story Mode Helper

What is Story Mode Helper?
Story Mode Helper is a major feature introduced in GrokMediaDownloader v2.0, designed as a complete video studio within Chrome's Side Panel. It provides a storyboard manager with drag-and-drop reordering, letting you arrange multiple video clips into a cohesive narrative sequence. You can extract specific frames from any video segment and use the Send Frame to Grok feature to upload a frame to Grok Imagine with a custom prompt, generating continuation videos that extend your story. The video merging capability uses FFmpeg.js, a WebAssembly implementation of FFmpeg that runs entirely in your browser. This means all video processing, including normalization, resolution matching, and final merging, happens locally without uploading anything to a server. Video data is stored in IndexedDB for handling large blobs efficiently. Story Mode Helper transforms Grok AI from a simple image generator into a full creative storytelling platform, all within your browser.
How do I use Send Frame to Grok?
Send Frame to Grok is a workflow feature in Story Mode Helper that bridges the gap between your existing video clips and new Grok AI generations. To use it, first open Story Mode Helper in the Chrome Side Panel. Select a video segment from your storyboard to view its frames. You can browse through the video and select any frame using the interactive filmstrip, not just the last frame. Once you have chosen the frame you want to continue from, enter a text prompt describing what should happen next in the video. Click the send button, and the extension automatically uploads the selected frame image to Grok Imagine along with your prompt. Grok then generates a new video that visually continues from that exact frame. The generated video can be added back to your storyboard for further editing or merging. This creates a seamless iterative workflow for building longer AI-generated video narratives entirely within your browser.
Is video merging done locally or in the cloud?
All video merging in GrokMediaDownloader is performed completely locally in your browser. The extension uses FFmpeg.js, which is a WebAssembly (WASM) compilation of the industry-standard FFmpeg video processing library. This means the full power of FFmpeg runs directly inside your Chrome browser as client-side code, with absolutely no video data uploaded to any external server or cloud service. When you merge videos in Story Mode Helper, the FFmpeg.js engine handles video normalization, resolution adjustment, frame rate matching, and final concatenation all within your browser's memory. Video blobs are stored temporarily in IndexedDB during processing. This approach ensures complete privacy since your creative content never leaves your device. Published by Kario LLC, GrokMediaDownloader was designed from the ground up with a zero-server architecture. The entire extension, rated 4.2/5 by 8,000+ users on the Chrome Web Store, processes everything client-side with no external dependencies.
What does "Master" mean in Storyboard?
In GrokMediaDownloader's Story Mode Helper, the Master designation is assigned to the first video clip in your storyboard sequence. The Master video serves as the reference standard for the entire merged output. When you initiate the merge process, all other video clips in the storyboard automatically have their resolution and frame rate adjusted to match the Master's specifications. This ensures consistent visual quality throughout the final merged video, preventing jarring transitions between clips of different dimensions or speeds. For example, if your Master is a 1080p video at 24fps, all subsequent clips will be normalized to those exact specifications using FFmpeg.js before merging. You can change which clip is the Master by reordering your storyboard with drag-and-drop. Choosing the highest quality clip as your Master is recommended for the best output results. This entire normalization and merging process runs locally through WebAssembly, with no cloud processing involved.
Is there a storage limit for videos?
GrokMediaDownloader uses IndexedDB, a browser-native database, to store video data for Story Mode Helper. The storage capacity depends on your browser's configuration and available disk space. Most modern Chrome installations allow IndexedDB to use from several hundred megabytes up to multiple gigabytes of storage before prompting for additional permission. The Side Panel interface displays your current storage usage in real time, so you can monitor how much space your storyboard videos are consuming. If you approach the storage limit, you can export completed projects and clear older video data to free up space. IndexedDB was specifically chosen over other storage methods because it efficiently handles large binary blobs like video files without degrading browser performance. Since all processing in GrokMediaDownloader happens client-side through its Manifest V3 architecture, your video data never leaves your local browser storage. This design ensures both performance and privacy for your creative work.

v2.2 Features

What is Video Gen Queue?
Video Gen Queue is an automated video generation scheduling system introduced in GrokMediaDownloader v2.2, accessible through Chrome's Side Panel. It lets you queue multiple video generation tasks and have them processed sequentially without manual intervention. You can add items individually using the floating button on post pages or batch-add from your recent posts. The system supports four generation modes: Custom, Normal, Fun, and Spicy, letting you control the creative style of each generated video. Video Gen Queue includes smart error handling with automatic retry when Grok's moderation system rejects a generation, and it detects rate limit (HTTP 429) responses with auto-pause functionality to avoid being throttled. The queue uses MAIN world TipTap integration to interact directly with Grok's editor interface. The free version provides 50 uses of Video Gen Queue, while the PRO lifetime license at $4.99 unlocks unlimited queue usage for serious creators.
What is Project-Based Download?
Project-Based Download is an organizational feature introduced in GrokMediaDownloader v2.2 that automatically groups your downloads into structured project folders. Before downloading, it scans your media and displays comprehensive pre-download statistics including image count, video count, and HD versus SD breakdown. When you proceed with the download, it automatically creates project folders named using the pattern {date}_{prompt}, where the date is when the media was created and the prompt is the text you used to generate it. Each project folder also includes a metadata.json file containing detailed information about the downloaded media. This keeps your Grok AI creations neatly organized by project rather than dumped into a single folder. Project-Based Download is a PRO exclusive feature available with the $4.99 lifetime license. It works alongside GrokMediaDownloader's other batch download capabilities and integrates with the existing download history system to prevent duplicates across projects.

v2.3 New Features

What is Tag-Based Download?
Tag-Based Download is a feature introduced in GrokMediaDownloader v2.3 that lets you download media organized by Grok's tag (folder) system. Instead of downloading all favorites at once, you can target a specific tag by selecting Download by Tag in the filter section and choosing a tag from the dropdown menu. The extension then scans and downloads all media within that selected tag. Each tag maintains its own independent download history, so you can re-run downloads for different tags without worrying about duplicates across tags. Downloaded files are automatically organized under grok_downloads/tags/{tagName}/ on your computer, keeping each tag's media neatly separated. This is especially useful for creators who use Grok's tagging system to organize different projects, themes, or character collections. Tag-Based Download is a PRO exclusive feature included in the $4.99 lifetime license, designed for users who need precise control over which media categories they download.
What are Custom Filename Templates?
Custom Filename Templates, introduced in GrokMediaDownloader v2.3, give you three flexible ways to name your downloaded files. The first option is Grok Native, which preserves the original filename format assigned by Grok. The second option is Prompt Based, which uses your generation prompt text as the filename for easy identification. The third option is Custom, which lets you create free-form templates using tokens like {date}, {datetime}, {prompt}, and {quality} that get dynamically replaced during download. For example, a template like {date}_{prompt}_{quality} would produce filenames such as 20260409_a-sunset-landscape_HD.jpg. This feature is available to all users, both free and PRO. If you previously used the older Prompt as Filename setting, your preference automatically migrates to the new Prompt Based option in the template system. Custom Filename Templates work across all download modes including batch download, Stream Capture, and Tag-Based Download.
What is Frame Lock in Story Mode?
Frame Lock is a Story Mode enhancement introduced in GrokMediaDownloader v2.3 that gives you precise control over video continuation points. When generating a sequel video using Send Frame to Grok, you can now select any frame from the video clip via the interactive filmstrip, not just the default last frame. This lets you choose the exact visual moment you want Grok to continue from. After you send the frame and Grok generates the continuation video, the selected frame gets locked with an orange indicator on the filmstrip, marking where the transition point is. When you export or merge the final video, FFmpeg.js automatically trims the source clip at the locked frame position. This prevents overlapping or repeated content between consecutive clips, ensuring seamless visual transitions in your merged storyboard output. Frame Lock eliminates the manual trimming that was previously required and makes the iterative video creation workflow significantly smoother for story creators.

License

What features are in the Free version?
The free version of GrokMediaDownloader provides essential media management capabilities for Grok AI users. You can use Generate List to scan your Grok favorites page and download images with full batch download support. The free tier also includes basic Stream Capture functionality and access to Story Mode Helper with the core storyboard and video merging features powered by FFmpeg.js WebAssembly. Video Gen Queue is available with a 50-use limit. Custom Filename Templates with all three naming modes are also included in the free version. However, advanced features require the PRO license, including the Only After date filter for targeted downloads, HD Upgrade for automatic video quality enhancement, Project-Based Download for organized folder structures, Tag-Based Download for tag-specific media retrieval, Export/Import Data for cross-device history transfer, and unlimited Video Gen Queue usage. The PRO lifetime license is a one-time payment of $4.99 through Lemon Squeezy, with no recurring fees.
What is the scope of the Lifetime License?
The GrokMediaDownloader PRO Lifetime License is a one-time purchase of $4.99 through the Lemon Squeezy payment platform, with no subscriptions or recurring charges. The license key is tied to one Chrome account and allows up to three re-installations, accommodating scenarios like switching to a new computer, reformatting your drive, or reinstalling Chrome. After purchase, you receive a license key via email that you enter in the extension's popup panel to activate PRO features immediately. The lifetime aspect means you receive all future feature updates at no additional cost. For example, Story Mode Helper in v2.0, Video Gen Queue in v2.2, and Tag-Based Download in v2.3 were all included automatically for existing PRO users. Published by Kario LLC, the extension is trusted by 8,000+ users with a 4.2/5 rating on the Chrome Web Store. If you need support with your license, contact our team through the support link at the bottom of this page.
How do I enter my license key?
After purchasing the GrokMediaDownloader PRO Lifetime License for $4.99 through Lemon Squeezy, you will receive a license key via email. To activate your license, click the GrokMediaDownloader extension icon in your Chrome toolbar to open the popup panel. Scroll to the bottom of the popup where you will find an input field labeled Activate PRO or License. Paste your license key into this field and click the activate button. The extension will verify your key online and immediately unlock all PRO features including HD Upgrade, Only After date filter, Project-Based Download, Tag-Based Download, Export/Import Data, and unlimited Video Gen Queue. The activation process takes just a few seconds. Your license is tied to your Chrome account, so if you sign into Chrome on a new device, you may need to re-enter the key. You have up to three re-installations allowed with each license purchase.
Can I get a refund?
If you encounter technical issues with GrokMediaDownloader that cannot be resolved through troubleshooting, we are happy to help address your concerns. Please contact our support team using the Contact Support button at the bottom of this page or through the support link in the Chrome Web Store listing. Our team, published by Kario LLC, will work with you to diagnose and fix any technical problems you are experiencing. The refund policy follows the Lemon Squeezy platform guidelines, which is the payment processor used for GrokMediaDownloader PRO license purchases. Lemon Squeezy provides buyer protection and handles all payment-related matters including refund requests. We encourage you to reach out to support first before requesting a refund, as many issues can be resolved quickly. GrokMediaDownloader is trusted by 8,000+ users with a 4.2/5 rating, and our goal is to ensure every user has a positive experience with the extension.
Do future updates require additional payment?
No, the GrokMediaDownloader PRO Lifetime License includes all future feature updates at no additional cost. When you purchase the one-time $4.99 license, you gain permanent access to every current and upcoming PRO feature. This has been demonstrated multiple times through major updates: the v2.0 release added Story Mode Helper with video merging powered by FFmpeg.js WebAssembly, v2.2 introduced Video Gen Queue and Project-Based Download, and v2.3 brought Tag-Based Download, Custom Filename Templates, and Frame Lock. All of these features were automatically available to existing PRO users without any extra payment. Published by Kario LLC, GrokMediaDownloader follows a lifetime license model specifically to reward early adopters and loyal users. As the extension continues to evolve with new capabilities for Grok AI media management, your single purchase ensures you always have access to the full feature set. The extension currently serves 8,000+ users on the Chrome Web Store.
What is Lemon Squeezy? Is the payment secure?
Lemon Squeezy is a globally trusted payment platform specifically designed for digital products, used by tens of thousands of businesses worldwide. GrokMediaDownloader uses Lemon Squeezy to process all PRO license purchases securely. Every transaction is protected with SSL encryption and fully complies with PCI DSS (Payment Card Industry Data Security Standard), which is the highest level of payment security certification. Your credit card information is handled entirely by Lemon Squeezy's secure infrastructure, and GrokMediaDownloader's developer, Kario LLC, never has access to your payment details. The checkout process supports major credit cards, PayPal, and other payment methods depending on your region. After successful payment, your license key is delivered instantly to your email. Lemon Squeezy also provides buyer protection, order management, and direct customer support for any payment-related questions. This ensures a safe and transparent purchasing experience for the $4.99 PRO lifetime license. Learn more

Still have questions?

Our support team is always happy to help