I'm using Chromium 4.0.299.0 (36335) on my Mac and I get that popup too.
According to jeresig, author of jQuery, one should not perform browser detection, instead you should use feature detection. Browser agent is not going to give you an accurate picture of what is supported because every browser likes to say they are mozilla/webkit/netscape/etc.
Also add Namoroka and Minefield, test versions of Firefox. Instead of whitelisting, can't you run some test code client-side and only prompt when you're sure the browser doesn't support it?