In another thread a few months back, @JanJo used a modified version of the browser-storage plugin’s startup.js to allow the enable status of the plugin to be stored in local storage:
@jeremyruston, I see the javascript is hard-coded to block the $:/config/BrowserStorage/Enabled
tiddler from being saved. I take it you found it too easy to accidentally distribute an edition containing that plugin and having it unknowingly enabled?
Would it be enough to instead include -$:/config/BrowserStorage/Enabled
in the default SaveFilter? That way by default the enabled setting won’t be saved to localstorage, but it could easily be overridden without changing the javascript code.