🇬🇧 Rentgen is a Firefox plug-in that automatically visualizes what data has been sent to third parties by the sites you visit. It allows you to generate a report or the content of an email that can be sent to the site administrator and/or the Office of Privacy and Data Protection. ⸺ 🇵🇱 Rentgen to wtyczka dla Firefoxa, która automatycznie wizualizuje, jakie dane zostały wysłane do podmiotów trzecich przez odwiedzane strony. Pozwala wygenerować raport lub treść maila, który można wysłać do administratora strony i/lub UODO. https://addons.mozilla.org/en-US/firefox/addon/rentgen
Go to file
2022-07-10 11:05:19 +02:00
.vscode Update template 2022-01-17 19:56:52 +01:00
src Create seperate branch for fix building 2022-07-10 11:05:19 +02:00
.editorconfig Add base styles, two views, plugins, esbuild script 2022-01-17 19:50:14 +01:00
.gitignore Create seperate branch for fix building 2022-07-10 11:05:19 +02:00
.prettierrc Add toolbar icon 2022-04-11 13:52:45 +02:00
esbuild.config.js Create seperate branch for fix building 2022-07-10 11:05:19 +02:00
manifest.json Create seperate branch for fix building 2022-07-10 11:05:19 +02:00
package-lock.json Bump version 2022-07-09 21:54:03 +02:00
package.json Create seperate branch for fix building 2022-07-10 11:05:19 +02:00
README.md Bump version 2022-07-09 21:54:03 +02:00
tsconfig.json Fix typechecks. Closes #54 2022-07-09 15:51:34 +02:00

Rentgen logo Rentgen

Rentgen to wtyczka dla przeglądarek opartych o Firefoxa, która automatycznie wizualizuje, jakie dane zostały wykradzione wysłane do podmiotów trzecich przez odwiedzane strony.

Funkcje Rentgena:

  • analiza ruchu sieciowego generowanego przez stronę internetową;
  • wizualizacja danych przekazanych do podmiotów trzecich przez odwiedzaną stronę (historia przeglądania użytkownika oraz jego ciasteczka);
  • przygotowywanie zrzutów ekranów narzędzi deweloperskich będących dowodem przekazanych danych podmiotom trzecim;
  • pomoc w oszacowaniu potencjalnych obszarów roboczych względem zgodności z RODO;
  • generowanie raportu lub treści maila, którą można wysłać do administratora oraz Urzędu Ochrony Danych Osobowych.

English description

English: Rentgen is an add-on prepared for Firefox based browsers. This extension will automatically visualize all the data that a given website steals sends to third parties.

Note: At the moment, we support Polish language because this extension generates mail content that is dedicated to Polish website owners. In further versions of this add-on, we will add other languages as well.

How to build and run add-on

  1. Prepare node 16.x+ and npm 7.x+
  2. npm install
  3. npm run build
  4. The build code is located in the lib/ directory

Screenshots