JavaScript Wykryj, czy przeglądarka nie jest Google Chrome

if(!!window.chrome !== true){
	alert("Please use Google Chrome to access this site");
}
hirohito