ChatGPTGeminiClaudeGrok40,000+users on the Chrome Web Store4.7/ 5

Remove the Gemini Image Watermark, Automatically

Google Gemini draws a small diagonal sparkle in the lower-right corner of every full-size image you download. The preview inside the conversation is clean; the file on disk is not, and Gemini has no setting to turn it off. The Gemini module of AI Toolbox (formerly ChatGPT Toolbox), a Chromium extension by Infi Developments, finds the sparkle in the download and reverses the blend in your browser, so the saved file matches the preview. It runs on every plan, with nothing uploaded.

Install, switch the Gemini module on once, and click Download full size as usual. The visible sparkle is removed; Google's invisible SynthID watermark is not, and this page says so plainly.

Watermark removal free on every plan | Premium $9.99/mo | Lifetime $99 | All Access $199 once for all four modules

Before and after of the same Gemini-generated seascape download: the top panel carries the diagonal sparkle watermark in the lower-right corner, the bottom panel is the file saved with AI Toolbox, with the corner clean

The same Gemini download, before and after AI Toolbox

  • Top: the file Gemini serves, sparkle in the corner
  • Bottom: the file AI Toolbox saves, corner reconstructed
  • One pass per download, in the browser, no extra click

The gap

What the Gemini watermark is, and why only downloads have it

When Gemini generates an image it serves two assets. The preview in the chat is clean. The full-size file behind Download full size has a four-point sparkle blended into the lower-right corner at reduced opacity.

The mark is an overlay, not a replacement of pixels: Gemini mixes white into the original colour at a chosen opacity. That is what makes it recoverable. Knowing the shape of the sparkle and estimating the opacity for a given image is enough to invert the blend and get the underlying pixels back.

It is also what makes naive fixes fail. The sparkle is not at a fixed offset and its opacity changes between downloads, so a fixed crop or a pasted patch leaves either the mark or a dark inverse-sparkle artifact behind. AI Toolbox detects position and opacity per image, and leaves the file untouched when it is not confident.

Why it matters

Here is what you cannot do with Gemini alone:

  • No setting turns it off. Gemini has no option to download an image without the sparkle; every full-size download carries it.
  • The preview lies. The image inside the conversation is clean. The mark is added to the file Gemini serves when you click Download full size.
  • It moves and fades. The sparkle is not at a fixed offset and its opacity varies between downloads, so a fixed crop or a stamp overlay does not remove it reliably.
  • Online removers need your file. Every upload-based tool sends the image to a third-party server and charges per image or per month.

The image you post, embed or hand to a client is the downloaded file, not the preview. The sparkle goes wherever the file goes.

Step by step

How to download a clean Gemini image

One toggle, then the download you already make. Nothing else to configure and no separate watermark setting.

About one minute, once

  1. Install AI Toolbox from the Chrome Web StoreWorks in Chrome, Edge, Brave, Opera and Arc. Free to install, no account.
  2. Switch the Gemini module on in the popupClick the pinned AI Toolbox icon, flip the Gemini toggle and approve Chrome's one-time permission prompt for gemini.google.com. Gemini and Claude are off until you do this; ChatGPT is on by default.
  3. Generate an image on gemini.google.comAny prompt, any Gemini image model. The in-app preview is not touched; only the download path is.
  4. Click Download full sizeGemini shows its usual Downloading full size toast. AI Toolbox cleans the file while that toast is on screen; there is no extra button.
  5. Open the file in your Downloads folderIt matches the preview you saw in the conversation, with the corner sparkle gone. If the mark is not detected with confidence, the file is saved exactly as Gemini sent it.
Add to Chrome, free

The popup: switch the Gemini module on

The AI Toolbox popup under the pinned toolbar icon with ChatGPT, Claude and Gemini toggles; the Gemini row reads search history, watermark removal, exports

Gemini and Claude use Chrome's optional permissions, so they stay off until you flip the toggle and accept the prompt for gemini.google.com. The extension asks for that site only. Current builds add a Grok row below Gemini.

Under the hood

How the fix works, in four parts

No server, no external API, no re-render. The removal math and calibrated masks are MIT-licensed open-source work; AI Toolbox adds the detection and the fail-safe.

  • Matches only download URLs

    The extension acts on Gemini's full-size download endpoints (rd-gg-dl/, the older rd-gg/โ€ฆ=s<N>-d-I?alr=yes form, and the share-page gg/โ€ฆ=d form). Previews, thumbnails and every other image request pass through unchanged.

    Plan: Free

  • Locates the sparkle

    Two calibrated masks (48 and 96 px) are matched against the image by normalized cross-correlation, weighted by local brightness, so the mark is found over busy or dark content. Resampled 32, 64 and 128 px templates cover other sizes.

    Plan: Free

  • Inverts the blend

    Gemini draws the sparkle as a white overlay at a per-image opacity. AI Toolbox estimates that opacity from the image and reverses the blend pixel by pixel, restoring the water, sky or paper underneath. A near-opaque gray variant is handled by a second pass.

    Plan: Free

  • Fails safe

    If no template matches above the confidence threshold, the file is returned untouched. A clean image, or a watermark style we cannot model, is never degraded with an artifact.

    Plan: Free

The longer version, with the blend equation, the opacity estimator and the gray-stamp variant, is in the companion guide.

Side by side

Same scene, same download flow, different bytes on disk

Native download

What Gemini saves to disk

The full-size file carries the sparkle in the lower-right corner. It is small, pale and easy to miss on a busy scene, and it is on every full-size download regardless of plan, model or account type.

A Gemini seascape saved without AI Toolbox: calm ocean, one sailboat, and the pale four-point sparkle watermark in the lower-right corner

With AI Toolbox

The same download, cleaned before it is saved

The image is byte-for-byte the same everywhere except the corner, where the blend has been inverted. No recompression, no upscaling, no re-render. It is the file you would have had if Gemini had never drawn the mark.

The same Gemini seascape saved with AI Toolbox installed: identical image, lower-right corner reconstructed as plain ocean with no sparkle

The mark itself

About 48 pixels of white at reduced opacity

At native resolution the watermark is a four-point sparkle blended over the picture. Because it is an overlay, not a replacement of pixels, the original colour is still recoverable, which is what makes the inverse-blend approach work.

Pixel-level crop of the Gemini watermark: a soft, semi-transparent four-point sparkle about 48 pixels across over teal water

Methods compared

Ways to get a clean Gemini image

Verified against the shipping extension and Gemini's download flow, August 2026. None of the methods removes SynthID.

MethodWhere the image goesEffortRemoves SynthIDCost
Gemini settingNo option existsNot possiblen/an/a
Online watermark removerUploaded to a third-party serverUpload, wait, download, per imageNoPer image or subscription
Manual edit (Photoshop, GIMP)Stays localClone or patch by hand, per imageNoEditor licence plus your time
AI ToolboxStays in your browserAutomatic at download, no stepNoFree on every plan

What it does, and what it does not do

BehaviourAI Toolbox
Removes the visible sparkle from full-size Gemini downloadsYes
Runs locally in your browser, no server, no uploadYes
Handles the moving position and varying opacity of the markYes, detected per image
Touches previews, thumbnails or other Gemini imagesNo
Changes the original on Google's serversNo
Removes SynthID, Google's invisible watermarkNo
Re-encodes, upscales or recompresses the imageNo
Needs PremiumNo, free for every install

Use cases

Who needs Gemini images without the corner mark

  • Slides and documents

    • Section openers and diagrams without a corner badge
    • Consistent margins on the layout grid
    • Export the source conversation as TXT for the appendix
  • Social and content teams

    • Publish Gemini images under your own brand mark
    • No per-image upload to a remover site
    • Clean assets straight from the Downloads folder
  • Design and product

    • Storyboard frames and moodboards for review
    • Reference imagery that survives hand-off
    • Same flow for every teammate with the extension
  • Teaching and research

    • Figure inserts and lecture slides
    • Keep the prompt and reply with Gemini export
    • Disclose AI generation in the caption; SynthID stays
  • The rest of the Gemini module

    The same install adds full-text search, folders and export to gemini.google.com.

    Add to Chrome, free

Privacy

The image never leaves your browser

The download is intercepted and cleaned on your machine, in the page or in the extension's own worker. No copy is sent anywhere, and the only account detail that reaches our servers is the email used to verify a Premium plan.

  • Local by default: conversation content and images are never stored on our servers. Only what you build in the extension (folders, prompts, tags) syncs, encrypted at rest.
  • One site, one permission: enabling the Gemini module grants access to gemini.google.com only, through Chrome's standard prompt, and you can revoke it from the same popup.
  • GDPR compliant: no selling or sharing of user data, and the extension passed Chrome Web Store security review.

Pricing

Plans and pricing for the Gemini module

Watermark removal is free on every plan. Premium unlocks Markdown, JSON and PDF export, bulk export and unlimited search on Gemini. All Access does the same across ChatGPT, Gemini, Claude and Grok, paid once. Not an AI subscription: you keep using your own Google account.

Free

$0forever

  • Watermark removal on Gemini images
  • TXT export, one conversation at a time
  • Full-text search, 5 results per query
  • 2 root folders with unlimited subfolders
Add to Chrome

Premium

$9.99/month

  • Markdown (YAML), JSON and PDF export
  • Bulk and whole-folder export
  • Unlimited search results and folders
  • Unlimited Smart Tags and Context Mentions
Get Premium

All Access LifetimeBest value

$199one-time

  • ChatGPT, Gemini, Claude and Grok included
  • Every future AI platform we add
  • All Premium features unlocked
  • Save $197 vs single Lifetimes
Get All Access

Teams$15/seat/month

All Premium features across the four modules ยท Admin dashboard ยท Team analytics ยท $12/seat/mo billed annually ยท 14-day free trial

See Teams
  • GDPR compliant
  • Secure checkout by Polar
  • 14-day money-back on a first purchase
  • Images and conversations stay in your browser

Refunds follow the refund policy; renewals are not refundable. Premium unlocks on the Google account whose email you enter at checkout, so use the address you sign in to gemini.google.com with.

AI Toolbox holds a 4.7/5 rating on the Chrome Web Store. Read current reviews on the Chrome Web Store listing.

FAQ

Questions people ask about the Gemini watermark

Does Gemini let you download an image without the watermark?

No. Gemini shows a clean preview inside the conversation, but the full-size file you download carries a diagonal sparkle in the lower-right corner, and there is no setting to turn it off. AI Toolbox patches the mark out of that download in your browser, automatically.

How does AI Toolbox remove the Gemini watermark?

When Gemini fetches a full-size download (the rd-gg-dl/, rd-gg/โ€ฆ=s<N>-d-I?alr=yes or share-page gg/โ€ฆ=d URL forms), the extension locates the sparkle with calibrated 48 and 96 pixel masks, estimates the opacity Gemini used for that image, and reverses the blend pixel by pixel. If the match is not confident, the file is saved untouched. Everything runs locally; nothing is uploaded.

Is watermark removal free?

Yes, on every install. Premium ($9.99/month or $99 Lifetime for the Gemini module) unlocks Markdown, JSON and PDF export, bulk export and unlimited search results; the watermark fix is not behind it.

Do I need to enable anything first?

Once. Gemini and Claude are off until you switch them on in the AI Toolbox popup (ChatGPT is on by default). Click the pinned toolbar icon, flip the Gemini toggle and approve Chrome's one-time permission prompt for gemini.google.com. From then on every full-size download is cleaned.

Will it change previews, thumbnails or other Gemini images?

No. The extension only acts on the full-size download URL patterns. Previews inside the conversation, thumbnails and any other image traffic pass through unchanged, and the original on Google's servers is never modified.

Does it remove SynthID?

No. SynthID is Google's invisible watermark encoded in the pixel data itself, and AI Toolbox does not touch it. Detectors that read SynthID may still identify the image as AI-generated. What is removed is the visible sparkle that shows up on slides, posts and documents. Disclose AI generation where your context requires it.

What if Google changes the watermark?

The detector already handles the mark moving, changing size and varying in opacity, and a second pass covers the near-opaque gray variant Gemini introduced in July 2026. If a future style does not match any template, the file is saved exactly as Gemini sent it, and the masks are updated through a normal extension update.

How does this compare to online watermark removers?

Online tools require uploading each image to a third-party server and usually charge per image or per month. AI Toolbox cleans the file inside your browser at download time, with no upload, no waiting and no charge, and the same install adds full-text search, folders and export to Gemini.

Which browsers work?

Any Chromium browser installed from the Chrome Web Store: Chrome, Edge, Brave, Opera and Arc. There is no Firefox version. Personal Google accounts and Google Workspace accounts both work; no login is needed for the watermark fix.

40,000+ users ยท 4.7/5 on the Chrome Web Store

Your next Gemini download, without the sparkle

Install AI Toolbox, switch the Gemini module on, and the file you save next matches the preview. Free, local, no account.