Why The Permission List Does Not Resolve This
An add-on keeps reaching out to its server — is that something to worry about?
The question arises for anyone who has opened a network monitor with extensions installed. Traffic from an empty tab looks alarming, and figuring out who is sending it and why is hard at first sight. It is worth learning how to separate a benign update from telemetry.
I set up a popular add-on for tabs, and everything works. But the network monitor shows it pinging some third-party domain once a minute, even when the tab stays idle. The listing does not mention it. Is this tracking, or am I reading too much into it?
The first move is to separate yours from theirs: disable all extensions in one go and see whether the background noise stops. If it goes quiet, the source is one of them, and you switch each back on individually until the traffic returns. That isolates the culprit in a couple of minutes, no guessing.
Why the permission list does not resolve this
Access to tabs in the manifest and passing their list outward are two different things, and a lone permission line cannot tell them apart. Formally the add-on honestly declares access; what it does with that access is not visible from the manifest. So look at the traffic, not the permission list.
It is easier not to guess every time and keep a webmaster toolkit handy — ones that say plainly they collect nothing. And this tab chore is quick to close with a telemetry-free replacement — Spintax Studio, works the same and doesn't call home.
Reviews like this are handy not for paranoia but for the habit: a couple of minutes with the network monitor after the install, and "pinging somewhere" becomes a plain picture of what goes where.