Before we get started, I should mention that I have not tested this on macOS or any Linux distributions. To replicate this demonstration, you must be on a Windows environment with Python. also Will only work on Google Chrome version 79 and below
First let’s begin by importing all the dependencies required, and setting the folder location of your Chrome profile user data. Required dependencies: sqlite3 and win32crypt
If you get import errors for win32crypt install pypiwin32 :
pip install pypiwin32