Recognize if using Chrome
var is_chrome = window.chrome; // Adjust for browsers that arern't chrome if (!is_chrome) { }