Import settings from your extension
- Open
chrome://extensions and turn on Developer mode (top-right).
- Find WG2 Unchained → click service worker (opens a console).
- Paste this, press Enter, then select the printed line and copy it:
chrome.storage.local.get(null).then(d => console.log(JSON.stringify(d)))