Extension Teardown #1: catch any extension phoning home
"Local, no server" is a claim on a store page. You can check it yourself in two minutes.
1. Open chrome://extensions, turn on Developer mode.
2. Find the extension, click its "service worker" link. That opens its own DevTools.
3. Network tab, then use the extension like normal.
4. Watch where it talks. A real local tool stays quiet, or only hits the API it needs. One pinging an analytics host on every click was never local.
Can't see the source. Can see the traffic.