Hi,
We haven't changed anything in the plugin, and I'm sort of shocked this ever worked. The plugin uses localstorage, which is (and AFAIK, always has been) scoped per-host. From a brief look I don't see any ability to relax that restriction with CORS or CSP either. The plugin could perhaps be refactored to use postMessage and take allowed domains as an argument, although that would require the receiving tab to be open when the copy occurs to receive the message. I don't think we'd want to wholesale switch to that, but if this is important for your workflow it's probably the most straightforward approach..
- Aaron