Last updated: 2026-04-23
Reciper is a Chrome extension that automatically saves cooking recipes from supported websites into a personal library stored on your device. This page describes, in plain terms, what data the extension handles and what it does not do.
chrome.storage.local.When you navigate to a page on one of the 600+ supported recipe websites, the extension:
The extension does not read or transmit the content of any page outside the list of supported recipe websites.
Stored via chrome.storage.local, never transmitted anywhere:
You can delete all data at any time by removing the extension from Chrome.
When you visit a supported recipe website, the extension sends the following to the backend hosted on Google Cloud Run (region: europe-west1):
That is the only data sent. No personal identifier, no cookie, no IP address is deliberately collected. Standard network metadata (your IP address) is transiently visible to the server as with any HTTP request, but is not logged or stored by the Reciper backend.
The backend uses the URL to fetch the public HTML of the recipe page and returns the structured recipe data. Nothing is persisted server-side for this operation.
If you explicitly click “Share” on a saved recipe, the recipe content (title, ingredients, steps, image URL) is uploaded to Google Cloud Storage and a short public link is generated so you can send the recipe to someone else. This only happens on explicit user action. Links are not indexed or listed anywhere public.
The backend is hosted on Google Cloud Run (Google Cloud Platform). Google acts as infrastructure provider only. No other third party receives data from Reciper.
User data is never sold, rented, or transferred to third parties for advertising, profiling, credit assessment, or any purpose unrelated to the core functionality of extracting and displaying recipes.
The backend source code is open source. You can host your own instance and configure the extension to use it via the Settings page. In that case, no data ever reaches the Reciper-operated backend.
Material changes will be reflected in the “Last updated” date at the top of this document and communicated through the extension’s release notes.
For any privacy-related question, contact: services@leodurand.com