I know I can add the
minimum_chrome_version property to my manifest file to require at least this version of chrome
But what I am looking for is to allow installation of my extension on any chrome version but then from the background page or from my options page check the version of the chrome browser version and based on than either enable or disable some features of my extension that depend on certain minumim version.
Surprisingly I was not able to find a way to do this, even googling for this did not help.
Does anyone know how to check the version of client's chrome browser that my extension is running on?