I am looking for a way to get web site URL’s regardless of web browser (chrome, edge etc..) with an external C# forms, windows service or console application without capturing network traffic. I tried WinPCAP, it does the job. I wonder if there is a way to do that without it.
Thanks.