Arkadaş vermiş kodu.
if(strstr($_SERVER["HTTP_USER_AGENT"], 'Chrome')){
header("Location: hata.html");
exit();
}