Informative su la riservatece par CleanMyPosts
CleanMyPosts di ThorstenAlpers
CleanMyPosts collects nothing, sends nothing anywhere, and has no server. There is no
account to create and no analytics of any kind.
WHAT IT READS
The extension reads the page you have open on x.com or Google My Activity, for as long as
it takes to find the next item and click it away. Nothing it reads is kept after the click
— no post, comment, video title, or any other content from a page is ever written down or
sent anywhere.
WHAT IT STORES
Two things, both in the browser's own extension storage:
Until you close the browser: which action is running, how many items it has removed, the
tab it is working in, and the recent lines of its log. Firefox stops and restarts an
extension's background worker while it is running, and this is what survives that. It also
holds your X handle for the length of a run, because every address the extension navigates
to is built from it — x.com/<handle>/likes and so on. It is never sent anywhere.
Kept between sessions: your own preferences for the popup — which platforms to show, the
three waits, the theme, the language.
WHAT IT SENDS
Nothing. The extension has no server component and contacts no host of its own. It talks
only to the sites you are already signed in to, by being on their pages.
YOUR LOGIN
Your session stays where it was: in the browser's cookie store, exactly as for any other
site. The extension never reads, copies or transmits it.
PERMISSIONS
- storage: the two things above.
- tabs: to find the tab to work in, drive it to the list being emptied, and reload it.
No browsing history is read and no other tab is looked at. - Access to x.com and myactivity.google.com: the pages the items are on. Nowhere else.
No part of what the extension runs is fetched at runtime. Everything is in the package you
installed, and all of it is public:
https://github.com/thorstenalpers/CleanMyPosts