Little Rat - a browser extension for monitoring other extensions
“Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other Chrome extensions on a per-extension basis.”
I use it myself and I think it’s a very useful extension for everyone who uses more than just few extensions for different purposes and don’t fully trust them that they send no data as the developer promises, this extension can monitor the network and act as a firewall per-extension basis.
Download (Lite Version | Can’t monitor requests, only block): https://chrome.google.com/webstore/detail/little-rat/oiopkpalpilladnibecobcecijffaflf
Source Code and full version (recommended):
https://github.com/dnakov/little-rat/
(I’m not affliate with the developer in any way and just wanted to share this)
#privacy #browser #chromium #browserextensions @privacyguides @privacy
I read this very often, but I’m not really sure if it’s strictly true.
An addon only increases your attack surface if it processes data sent by the website, and it only makes you easier to fingerprint if it does something to the website or it’s observable environment.
A few examples:
So my point is that there’s a plenty of addons that don’t need to do anything with the website itself to be useful, and even if it does something with it, it does not necessarily make you more fingerprintable.
That being said, it’s also important to mention that an addon could do something you don’t know about, so without asking others or yourself reading it’s code (it’s human readable, download the XPI file from the addon store and unzip it (it is a zip file actually)).