Introducing Chromium Notification Parser

Google Chrome, Microsoft Edge and Brave Browser are based on Chromium. When websites use Push API to send the notifications to those browsers, Chromium will store the notifications and their metadata in a LevelDB database, which can be found in the “Platform Notifications” folder.

This tool is created to parse the log file, 000003.log, in the folder. That file contains the notifications and their metadata, such as when the notifications are created and whether anyone clicks them. The tool can be found via the link below.

https://github.com/LYLC/Chromium_Notification_Parser

--

--