class Browser::Chrome

def match?

def match?
  ua =~ /Chrome|CriOS/ && !opera? && !edge?
end