Why Exactly The Permission List Doesn't Address This
A browser extension keeps phoning home — is that normal?
The question arises for anyone who has opened a network monitor with extensions installed. Traffic from an empty tab appears alarming, and telling who is sending it and why is hard at first sight. It is worth understanding how to separate a harmless update from telemetry.
I set up a popular extension for tabs, and everything appears to work. But the network monitor shows it pinging some third-party domain once a minute, even when the tab stays idle. The description does not mention it. Is this tracking, or am I reading too much into it?
The first move is to separate yours from theirs: turn off all extensions at once and check whether the background noise disappears. If it goes quiet, the cause is one of them, and you switch each back on in turn until the traffic returns. That finds the culprit in a couple of minutes, no guesswork.
If there is still no answer, a simple test helps: a needed update goes to the author's domain and to the point, while telemetry runs nonstop, in the background, to a third-party server. The second kind almost always hides in settings behind a toggle nobody knows about.
Why exactly the permission list doesn't address this
Access to tabs in the manifest and sending their list outward are different things, and a lone permission line cannot tell them apart. Formally the extension honestly declares access; what it does with that access isn't apparent from the manifest. So look at the traffic, not the permission list.
It is easier not to guess each time and leave free webmaster tools close at hand — ones that say plainly they collect nothing. And this tab task is quick to close with a telemetry-free replacement — CookiePeek, works the same and doesn't call home.
Reviews of this sort are useful not for paranoia but for the habit: a few minutes with the network monitor after the install, and "pinging somewhere" turns into a plain picture of what goes where.