hankxdev / one-click-extensions-manager

a simple chrome extension to manage chrome extension
MIT License
175 stars 32 forks source link

no chrome update shaming #124

Closed ImprovedTube closed 10 months ago

ImprovedTube commented 11 months ago

if you fill in the blank, i can make another PR or commit like: chrome.runtime.onInstalled.addListener(function(installed){if(installed.reason=='install'){if 111 > Number(navigator.userAgent.match(new RegExp(chrome + '/([0-9]+)'))){alert("[Just to make sure:] Some of our features might require chrome version 111+.... _______________________") } ( - or rather add it precisely, when that feature is first enabled as indicated by it's button or storage change.)

hankxdev commented 10 months ago

thanks for submitting the PR. However, I don't think this is needed.

fregante commented 10 months ago

This isn't possible. The minimum version is what's required by the code.

And yes you should not use old browser versions.