I use arrow functions in my chrome extension. Users with old Chrome versions (<45.0) will not be able to use it.
Is there a way to disable installation of my extension for users with old Chrome version?
Put this string into your manifest file:
"minimum_chrome_version": "45"
All available options: Manifest file format.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With