Possibility for a website to track the user's chrome extensions, or their behaviour?
I am fairly interested in my website visitor's Chrome extensions, and what they do ( outgoing network communication, file saving, storage, etc. ) Is there any possibility to detect these? No. That would be a nasty invasion of privacy. The closest you could come to detecting an extension would be to examine the DOM and JS environment of your page and see if the browser modified it in ways you didn't expect … but that would be a massively broad problem to solve, so you could only practically do it to look for very specific effects (which is what ad-blocker-blockers do). For some specific