arikw / chrome-extensions-reloader

A chrome extension for reloading unpacked extensions
https://chrome.google.com/webstore/detail/extensions-reloader/fimgfedafeadlieiabdeeaodndnlbhid
Apache License 2.0
290 stars 39 forks source link

Improvement Request: Whitelist/Blacklist certain unpacked extensions #11

Open gkovacs opened 7 years ago

gkovacs commented 7 years ago

It would be nice if in the options page I could select which of my unpacked extensions should be reloaded (with, say, a checkmark - or a less user-friendly options that might be easier to implement is to just enter extension IDs)

arikw commented 3 years ago

Thank you for your suggestion. Do you think that adding a query param with the extension ID to the reload triggering url (e.g., http://reload.extensions?id=EXT_ID) would be enough?