chrome extension - restriction on Chrome version

Viewed 573

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?

1 Answers
Related