Supporting the renaming of _satellite would be the easier part. The more
difficult part would be avoiding conflicts in persistence layers (e.g.,
localStorage, sessionStorage, cookies) and conflicts in in-memory
objects (e.g., the same extension in two properties loading the same
library twice).I believe our direct team could prevent conflicts in our
code accordingly, but placing a burden on extension developers to ensure
no conflicts if their extension is used twice on the same page would be
the...