ECHTSTERN ist eine Browser-Erweiterung für Google Maps. Sie hilft dabei, Google-Maps-Bewertungen besser einzuordnen, wenn Google Hinweise auf entfernte Bewertungen wegen Diffamierungsbeschwerden anzeigt.
Die Erweiterung läuft im Rezensionen-Tab von Google Maps. Sie liest dort öffentlich sichtbare Bewertungsinformationen aus und zeigt direkt in Google Maps eine zusätzliche ECHTSTERN-Einordnung. Diese Einordnung ist eine nachvollziehbare Berechnung, keine Aussage darüber, ob eine einzelne Bewertung rechtmäßig, unrechtmäßig oder tatsächlich diffamierend war.
- Erkennt den aktiven Rezensionen-Tab in Google Maps.
- Liest sichtbare Bewertung, Bewertungsanzahl, Sterneverteilung und Hinweise auf entfernte Bewertungen aus.
- Berechnet eine ECHTSTERN-Schätzung auf Basis konfigurierbarer Annahmen.
- Zeigt einen kleinen Statusindikator neben der Google-Bewertung.
- Zeigt wahlweise eine kompakte Inline-Einordnung oder einen Button zum Popup.
- Zeigt bei Profilen ohne entfernte Bewertungen einen Prüfhinweis statt einer Schätzung.
- Ermöglicht Einstellungen für Sternegewichtung, angenommene echte Diffamierungsquote, Warnungsgrenzen, Sprache, Anzeigeart und anonyme Beobachtungsdaten.
- Kann das Ergebnis aus dem Popup als PNG exportieren.
Die Berechnung läuft lokal im Browser. Standardmäßig kann die Erweiterung
anonyme, ortsbezogene Beobachtungsdaten an
https://echtstern.de/api/observations senden. Das hilft dabei, öffentlich
sichtbare Bewertungsänderungen über Zeit aggregiert zu analysieren. Die Freigabe
kann jederzeit im Popup unter Einstellungen -> Anonyme Beobachtungsdaten
deaktiviert werden.
Die Erweiterung kann senden:
- Google-Maps-Ortsschlüssel und Ortsname.
- Die Google-Maps-URL des betrachteten Ortes.
- Sichtbare Google-Bewertung und sichtbare Bewertungsanzahl.
- Sichtbare 1/2/3/4/5-Sterneverteilung, wenn erkannt.
- Googles sichtbare Spanne entfernter Bewertungen, wenn vorhanden.
- Latitude und Longitude aus der aktuellen Google-Maps-URL, wenn verfügbar.
- Spracheinstellung.
- Eine zufällig erzeugte anonyme Installations-ID zur Deduplizierung.
Die Erweiterung sendet nicht:
- Google-Kontodaten.
- Rezensionstexte.
- Von Nutzerinnen oder Nutzern eingegebene Inhalte.
- Browserverlauf außerhalb der aktuellen Google-Maps-Ortsseite.
- Zahlungs-, Gesundheits- oder Authentifizierungsdaten.
Andere Daten bleiben lokal im Browser, darunter Einstellungen, das zuletzt berechnete Ergebnis, die lokale Sende-Drosselung und die anonyme Installations-ID.
Du brauchst:
- Node.js 20+
- pnpm
- Chrome, Chromium oder Firefox
Installiere zuerst die Abhängigkeiten:
pnpm installBaue die Extension:
pnpm run build:chromeLade sie anschließend im Browser:
chrome://extensionsöffnen.- "Entwicklermodus" aktivieren.
- "Entpackte Erweiterung laden" klicken.
- Den Ordner
dist/auswählen. - Ein Google-Maps-Unternehmensprofil öffnen und in den Rezensionen-Tab wechseln.
Baue die Firefox-Version:
pnpm run build:firefoxFür einen schnellen lokalen Test kannst du Firefox direkt über web-ext starten:
pnpm run run:firefoxAlternativ kannst du den Build manuell laden:
about:debugging#/runtime/this-firefoxöffnen.- "Temporäres Add-on laden" klicken.
dist/manifest.jsonauswählen.- Ein Google-Maps-Unternehmensprofil öffnen und in den Rezensionen-Tab wechseln.
Firefox lädt temporäre Add-ons nur bis zum nächsten Browser-Neustart. Danach musst du sie erneut laden.
Für die Popup-Oberfläche kannst du Vite starten:
pnpm run devFür das Content Script und den Background Worker musst du die Extension bauen und
den dist/-Ordner im jeweiligen Browser laden.
Nützliche Checks:
pnpm run typecheck
pnpm test
pnpm run lintsrc/background/ Background Worker der Erweiterung
src/content/ Google-Maps-Content-Script
src/popup/ React-Popup
src/shared/ Schätzung, Parsing, Formatierung, Settings, i18n
public/_locales/ Manifest-Texte für die Browser-i18n
public/icons/ Extension-Icons
ECHTSTERN benötigt Zugriff auf Google-Maps-Seiten, um öffentlich sichtbare
Bewertungsinformationen im Rezensionen-Tab zu lesen und das ECHTSTERN-UI direkt
in Google Maps einzublenden. Außerdem benötigt die Erweiterung Zugriff auf
https://echtstern.de/*, um anonyme Beobachtungsdaten zu senden, wenn die
Freigabe aktiviert ist.
MIT. Siehe LICENSE.
ECHTSTERN ist unabhängig und steht in keiner Verbindung zu Google. Google Maps, Chrome und Firefox sind Marken ihrer jeweiligen Inhaber.
ECHTSTERN is a browser extension for Google Maps. It helps users better understand Google Maps ratings when Google shows notices about reviews removed after defamation complaints.
The extension runs on Google Maps review pages. It reads publicly visible rating information in the browser and adds an ECHTSTERN estimate directly inside Google Maps. The estimate is a transparent calculation, not a claim about whether any individual review was lawful, unlawful, or actually defamatory.
- Detects the active Google Maps reviews tab.
- Reads the visible rating, review count, star distribution, and removed-review notice when available.
- Calculates an ECHTSTERN estimate using configurable assumptions.
- Shows a small status indicator next to the Google rating.
- Shows either a compact inline estimate or a button that opens the popup.
- Shows a checked notice instead of an estimate when no removed reviews are visible.
- Lets users configure star weighting, assumed genuine defamation quota, warning thresholds, language, Google Maps display mode, and anonymous observation sharing.
- Can export the result as a PNG from the popup.
The calculation runs locally in the browser. By default, the extension can send
anonymous place-level observation data to
https://echtstern.de/api/observations. This is used to analyze publicly visible
rating changes in aggregate over time. Users can turn this off at any time in
the popup under Settings -> Anonymous observation data.
The extension can send:
- Google Maps place key and place name.
- Google's visible business category for the place, when detected.
- The Google Maps URL for the observed place.
- Visible Google rating and visible review count.
- Visible 1/2/3/4/5-star distribution, when detected.
- Google's visible removed-review range, when available.
- Latitude and longitude extracted from the current Google Maps URL, when available.
- Locale.
- A random anonymous install ID used for deduplication.
The extension does not send:
- Google account data.
- Review texts.
- User-entered content.
- Browser history outside the current Google Maps place page.
- Payment, health, or authentication data.
Other data stays local in the browser, including settings, the latest calculated result, local send-throttle state, and the anonymous install ID.
You need:
- Node.js 20+
- pnpm
- Chrome, Chromium, or Firefox
Install dependencies first:
pnpm installBuild the extension:
pnpm run build:chromeLoad it in the browser:
- Open
chrome://extensions. - Enable "Developer mode".
- Click "Load unpacked".
- Select the
dist/folder. - Open a Google Maps business profile and switch to the reviews tab.
Build the Firefox version:
pnpm run build:firefoxFor a quick local test, start Firefox through web-ext:
pnpm run run:firefoxYou can also load the build manually:
- Open
about:debugging#/runtime/this-firefox. - Click "Load Temporary Add-on".
- Select
dist/manifest.json. - Open a Google Maps business profile and switch to the reviews tab.
Firefox keeps temporary add-ons only until the next browser restart. After that, load the add-on again.
For the popup UI, start Vite:
pnpm run devFor the content script and background worker, build the extension and load the
dist/ folder in the target browser.
Useful checks:
pnpm run typecheck
pnpm test
pnpm run lintsrc/background/ Extension background worker
src/content/ Google Maps content script
src/popup/ React popup
src/shared/ Estimation, parsing, formatting, settings, i18n
public/_locales/ Manifest messages for browser i18n
public/icons/ Extension icons
ECHTSTERN requests access to Google Maps pages to read publicly visible rating
information in the reviews tab and inject the ECHTSTERN UI into Google Maps. It
also requests access to https://echtstern.de/* to send anonymous observation
data when sharing is enabled.
MIT. See LICENSE.
ECHTSTERN is independent and is not affiliated with Google. Google Maps, Chrome, and Firefox are trademarks of their respective owners.