"Image Prompt Reverser" is an open-source Chrome extension that runs entirely in your local browser. The developer operates no backend service and therefore cannot receive, view, or store any of your data.
The extension stores the following information only in your local browser, using Chrome's official chrome.storage.sync and chrome.storage.local APIs:
response_format (just model name strings, used to avoid redundant retries)None of this data is transmitted to the developer or any third party. You can clear it at any time via the 🗑 Reset button on the extension's options page.
When you trigger a reverse-prompt action (right-clicking an image or taking a screenshot), data flows as follows:
https://api.openai.com/v1 or any gateway of your choice)contextMenus — to add "Reverse Prompt" entries to the right-click menustorage — to locally save your configuration (see Section 2)activeTab — to capture a screenshot of the current tab only when you click the extension iconhost_permissions: <all_urls> — to let you right-click images on any site and to render the result panel overlay. The extension does not read or upload page content.This extension does not:
The extension only sends requests to the API endpoint you configure (OpenAI, Google Gemini, Anthropic Claude, any OpenAI-compatible gateway, etc.). Please review the privacy policy of the API provider you choose — how they handle image data is entirely up to them and unrelated to this extension.
This extension is not directed to children under 13 and does not knowingly collect any data from them.
Because all data is stored only in your local browser, you have full control. You can clear it by:
chrome://extensions/Any updates will be noted in the GitHub repository with a revised "Last updated" date. Material changes will also be mentioned in the extension's release notes.
For questions or feedback, please reach out via:
GitHub Issues: jisi71/image-prompt-reverser/issues