uMatrix
Kontrolliere alle Anfragen deines Browsers durch einfaches Point&Click. Blockiere damit Skripte, IFrames, Werbung, Facebook usw.
uMatrix: Eine Matrix-basierte Firewall, einfach per Mausklick zu bedienen - und mit vielen Extras, um deine Privatsphäre zu schützen. Für fortgeschrittene Benutzer.
uMatrix gibt dir volle Kontrolle darüber, womit sich dein Browser verbindet, welche Art von Daten erlaubt sind und was ausgeführt werden darf. Du lässt niemand anderen für dich entscheiden: Du entscheidest. Du hast die volle Kontrolle über deine Privatsphäre.
Voreingestellt arbeitet uMatrix in einem gelockerten "blockiere alles/erlaube ausnahmsweise"-Modus, was dazu führt, dass viele Webseiten, die Skripte von Drittseiten benötigen, "kaputt" sein werden. Mit zwei Klicks kannst du aber dafür sorgen, dass uMatrix in einem "erlaube alles/blockiere ausnahmsweise"-Modus arbeitet, der normalerweise Webseiten nicht kaputt macht. Details dazu auf https://github.com/gorhill/httpswitchboard/wiki/How-to-use-HTTP-Switchboard:-Two-opposing-views for more details on this topic.
* Sehe ALLE Verbindungen, ob fehlgeschlagen oder erfolgreich, je nachdem ob du sie blockiert oder erlaubt hast (deine Entscheidung).
* Erlaube/blockiere mit einem Klick eine oder mehrere Arten von Verbindungsanfragen deines Browsers je nach Ziel und Datentyp (eine blockierte Anfrage wird NIE deinen Browser verlassen).
* Effizientes Blacklisting: Cookies werden deinen Browser nicht verlassen, Javascript wird nicht ausgeführt, Plugins werden nicht starten, Tracking-Pixel werden nicht herunter geladen, usw.
* Du musst dich nicht ausschließlich auf irgendeine externe Blacklist (vermutlich mit vielen fehlenden Einträgen) verlassen, die nur unvollständig blockiert: Du selbst hast die volle Kontrolle.
* Bedienungsfreundlich: uMatrix erlaubt es dir auf einfache Art, Netzanfragen einer Webseite in einer klickbaren Matrix zu erlauben (whitelist)/blockieren (blacklist):
- Domain-Namen (linke Spalte)
* sehr spezifische
* aber auch sehr allgemeine
- Arten von Anfragen (obere Zeile)
* Cookies
* CSS-spezifische Ressourcen (Stylesheets und Web-Fonts)
* Bilder
* Plugins
* Skripte
* XHR (Netzanfragen durch Skripte)
* Frames
* Andere
Du kannst eine einzelne Zelle erlauben/blockieren, eine ganze Zeile, eine Gruppe von Zeilen, eine ganze Spalte, oder sogar die komplette Matrix mit gerade mal einem Klick.
Das Filtermodul von uMatrix arbeitet nach einer logischen Rangordnung, um zu beurteilen, was blockiert/erlaubt werden soll, je nachdem, welche Zellen blockiert/erlaubt sind. Zum Beispiel erlaubt dir dies, eine komplette Seite zu erlauben, ohne dass du wiederholt neue Daten separat erlauben musst.
Alle Regeln beziehen sich auf einen bestimmten Geltungsbereich. Zum Beispiel kannst du `facebook.com` und `facebook.net` überall blockieren, außer wenn du eine Seite auf `www.facebook.com` besuchst. Dadurch wird Facebook nicht in der Lage sein, eine Profil deiner Surfgewohnheiten anzulegen.
Das Zeil dieser Erweiterung ist es, das Erlauben oder Blockieren von Webseiten - in Gänze oder teilweise - so einfach wie möglich zu machen und dadurch die Benutzer zu ermuntern, auf ihre Privatsphäre zu achten.
Die Erweiterung beinhaltet mehrere externe Hosts-Dateien mit über 58.000 verschiedenen Hostnamen (die Listen können einzeln nach deiner Wahl deaktiviert/aktiviert werden).
Letztlich kannst du selbst entscheiden, wie du mit dieser Erweiterung im Internet surfst:
* Blockiere standardmäßig alles und erlaube nur, was nötig ist (Standardmodus).
* Erlaube standardmäßig alles und blockiere nur, was nötig ist.
Wie immer du entscheidest: Du profitierst auf jeden Fall von den mitgelieferten Hosts-Dateien (Blacklists), die dir einen grundlegenden Schutz vor Trackern, Webseiten mit Schadsoftware, usw. geben. Es sei denn, du deaktivierst alle diese Blacklists.
Deine Entscheidung.
Noch unvollständige Dokumentation: https://github.com/gorhill/uMatrix/wiki
=====
Diese Erweiterung ist auch nützlich, um zu verstehen, was eine Webseite in deinem Browser macht, oft ohne dein Wissen. Du bist voll in der Lage zu sehen und darüber zu entscheiden, mit wem eine Webseite kommuniziert, und diese Kommunikation auf bestimmte Klassen von Objekten zu beschränken.
Die Zahl, die im Symbol der Erweiterung auftaucht, entspricht der Gesamtzahl der einzelnen versuchten Anfragen der Webseite (ob erfolgreich oder nicht, ist abhängig davon, ob du sie erlaubt oder verboten hast).
Klicke einfach auf den entsprechenden Eintrag in der Matrix, um eine Komponente auf die Whitelist, Blacklist oder Greylist zu setzen. Greylist bedeutet, dass der Geblockt- oder Erlaubt-Status geerbt wird von einer anderen Zelle in der Matrix mit einer höheren Rangordnung.
Rotes Quadrat = effektiv blockiert (auf der Blacklist), d.h. Anfragen werden daran gehindert, ihr beabsichtigtes Ziel zu erreichen:
* Dunkelrotes Quadrat: der Domain-Name und/oder die Art der Anfrage ist ausdrücklich blockiert (auf der Blacklist).
* Hellrotes Quadrat: der Blacklist-Status ist geerbt, weil der Eintrag auf der Greylist ist.
Grünes Quadrat = effektiv erlaubt (auf der Whitelist), d.h. den Anfragen wird erlaubt, ihr beabsichtigtes Ziel zu erreichen:
* Dunkelgrünes Quadrat: der Domain-Name und/oder die Art der Anfrage ist ausdrücklich erlaubt (auf der Whitelist).
* Hellgrünes Quadrat: der Whitelist-Status ist geerbt, weil der Eintrag auf der Greylist ist.
Die Zelle ganz links oben, die "Alle" Zelle repräsentiert die vorgegebene globale Einstellung, die es dir erlaubt zu entscheiden, ob alles zu erlauben oder alles zu blockieren das Standardverhalten sein soll. Einige bevorzugen es, alles zu erlauben und nur ausnahmsweise zu blockieren. Meine persönliche Präferenz ist natürlich das Gegenteil: alles blockieren und ausnahmsweise erlauben.
Diese Erweiterung ist auch nützlich, um das Surfen zu beschleunigen, indem z.B. global alle Anfragen für Bilder blockiert werden können.
=====
FEHLER, PROBLEME: https://github.com/gorhill/uMatrix/issues
QUELLCODE: https://github.com/gorhill/uMatrix (GPLv3)
ÄNDERUNGSPROTOKOLL: https://github.com/gorhill/uMatrix/releases
Latest reviews
Complicated extension, not needed. And no, this extension isn't good. Talk about far reaching. When someone says Google is pissed at how good an extension works (it doesn't) and they feel that's why it's being removed, that's pure straight copium skibidi brain logic from start to finish.
When an extension gets removed because Google is pissed at how good at works, it's the best testament to both the quality of the extension and the pathetic state of Google itself. RIP, uMatrix, you will not be forgotten. And screw Chrome, it's getting worse by the hour these days.
2025 and still awesome.
Nothing comes close to how good this is and it's a bloody shame it's "for advanced users only", the tech illiterate can't appreciate what they're missing! It's also worrisome uMatrix hasn't been updated in nearly half a decade.
BY FAR the best privacy extension. Just shows Google's true colours when it says it got remove because 'it doesn't follow best practices', when in reality it's because it gave users 'too much' control and was THE most effective at getting rid of ads.
best extension ever
Chromium is dead to me if they get rid of this.
This is the best extension, hands down. Many thanks to all who have worked on it. I really wish it was still maintained....uMatrix has the perfect blend of a simple UI and powerful features to prevent tracking. It's something I'd be willing to pay for or donate to. It's that good.
In anticipation of this change, I've switched to another browser. Not coming back to chrome.
Chrome keeps trying to remove this from my browser, but doesn't understand how necessary it is to security. Chromium needs to add this as core functionality before ripping away extensions that improve security from browsers.
Writing this after Google just blocked this extension. So good it had to be blocked... shame on you Google.
Makes Chrome usable, both as a browser and as a development tool. I've switched to Firefox to keep this, and only keep Chrome around to access Google services (gmail etc) to try and keep Firefox clean of Google pollution.
We will miss this tool! Probably will migrate to another browser after MV3 will be enforced
Even though this addon is no longer actively developed, I still use & highly value it on all my browsers. It's a great shame that it will soon stop working. Alternative MV3 script blocker options are sadly lacking by comparison - spent hours looking yesterday & nothing comes close to the functionality of umatrix.
Best I've ever seen. Too bad it's hard to find on a search engine. Just a blazing fast for Selenium programming.
Not user friendly, but powerful. You can direct very specifically what parts(javascript, xml, css, cookies, frames, media) of webpages are loaded and which aren't. It gives so much control in the hands of the user, whereas companies tend to stuff their pages chock full of stuff many people don't want. With umatrix YOU get to choose what they can load on your screen. Not actively developed for a long time now, but it's so basic that it will probably work without issues until chromium changes how webpages are loaded on a fundamental level.
Quite simply the absolute best security addon for Chrome, or Edge. Nothing is better. A full in-browser firewall. I hope this addon is updated for the new v3 rulesets for Chromium browsers. This addon provides critical security enhancement for Chromium browsers.
Good for monitoring, good for blocking especially when you may be looking at banking, etc. Thank you.
It's great for advanced users, for the time being. The project is no longer being developed (since 2021) and the Github repository has been archived. It will probably, mostly, continue to work for years. Probably. Apparently you can get some support from uBlock github site, I have no knowledge on the details of this.
Perfect
It's very good but it also creates web problems that block pages. It's not user friendly.
It's very good but it also creates web problems that block pages. It's not user friendly.
Прекрасное расширение. Огромная благодарность создателям! Пойдет опытным пользователям. Работает лучше всех адблоков, юблоков и так далее. Поражает функциональность расширения и возможности гибкой настройки под каждый отдельный домен.
Works fine. I use it most for stopping any malicious script. Har använt umatrix länge nu. Främst för att stoppa ev elaka script från 3-parts-siter som kan vara infekterade. Sen går det mindre processorkraft om webläsaren inte måste köra en massa script hela tiden.
Twitchから配信者をクリックしても画面がぐるぐるとローディング状態で開かない
WOW! For years I've had to tolerate all the GARBAGE Fox News loads on its web pages. With this extension, I was able to eliminate all the parts I DON'T want to see. So no more ads. A lot less images. Just the story and the comments. That's it! The extension is a little complex at first, but once you get the hang of it, it's VERY cool. (And like most people, I didn't read the documentation - so if it was "complex", it could be mostly my own fault!) One thing I'd recommend is a "quick start" example. Put up a sample web page and walk users through how to filter out different parts. But bottom line - this does EXACTLY what I was hoping it would do. +++++
WOW! For years I've had to tolerate all the GARBAGE Fox News loads on its web pages. With this extension, I was able to eliminate all the parts I DON'T want to see. So no more ads. A lot less images. Just the story and the comments. That's it! The extension is a little complex at first, but once you get the hang of it, it's VERY cool. (And like most people, I didn't read the documentation - so if it was "complex", it could be mostly my own fault!) One thing I'd recommend is a "quick start" example. Put up a sample web page and walk users through how to filter out different parts. But bottom line - this does EXACTLY what I was hoping it would do. +++++
Humbly stating I provide super geek services, I red/blue team, audit and certify HIPAA/HITECH, PCI-DSS 3.2, and SOC II type2. I use three tracker/adblockers. Ublock origin, NoScript, and uMatrix. Ublock doesn't provide a clear interface for exactly what blocking is occurring in the background, while it does provide an interface to show you what sites were pinged, I frequently find I am required to disable it, before the functionality of a website works correctly. No Script is much more simple and fluid, I would recommend for the intermediate tech savvy, you can quickly trust a single tab, or you can "temp trust, always trust, or never trust" each website that the current one connects to such as ad servers and content delivery networks. If set the always temp trust the site you go to, and are willing to toggle a few permissions, you can lock in your choices and export/import/sync with browsers. Import and exports are not cross browser compatible, but are if using same framework (Chrome to MSEdge / EpicPrivacy / Adblock / (Opera / OperaGX are CHINESE OWNED) and Firefox to Firefox_Focus / Brave / TOR_Preconfigured / Waterfox). uMatrix has similar export features and is more fine grained and configurable per-site and domain. Offers ability to use the highest rate block list should you choose to, this is for the more technically savvy who seek fine grain control, all things considered, if you are only going to use one, this is the one I take the time to configure the way I like and it always puts the "ad site / bad sites blocked at the bottom. It also has a greater visibility into what is happening and a much greater fine grained control.
Humbly stating I provide super geek services, I red/blue team, audit and certify HIPAA/HITECH, PCI-DSS 3.2, and SOC II type2. I use three tracker/adblockers. Ublock origin, NoScript, and uMatrix. Ublock doesn't provide a clear interface for exactly what blocking is occurring in the background, while it does provide an interface to show you what sites were pinged, I frequently find I am required to disable it, before the functionality of a website works correctly. No Script is much more simple and fluid, I would recommend for the intermediate tech savvy, you can quickly trust a single tab, or you can "temp trust, always trust, or never trust" each website that the current one connects to such as ad servers and content delivery networks. If set the always temp trust the site you go to, and are willing to toggle a few permissions, you can lock in your choices and export/import/sync with browsers. Import and exports are not cross browser compatible, but are if using same framework (Chrome to MSEdge / EpicPrivacy / Adblock / (Opera / OperaGX are CHINESE OWNED) and Firefox to Firefox_Focus / Brave / TOR_Preconfigured / Waterfox). uMatrix has similar export features and is more fine grained and configurable per-site and domain. Offers ability to use the highest rate block list should you choose to, this is for the more technically savvy who seek fine grain control, all things considered, if you are only going to use one, this is the one I take the time to configure the way I like and it always puts the "ad site / bad sites blocked at the bottom. It also has a greater visibility into what is happening and a much greater fine grained control.
Learning curve is a bit steep, but it seems like amazing tool so far.
Learning curve is a bit steep, but it seems like amazing tool so far.
Тупо не грузит полстраницы любого нужного сайта. потоковое видео вообще невозможно смотреть - на месте окна с видео пустой прямоугольник. Бесполезная хня.
概念很棒,但是内置拦截规则不行。开了之后包括Youtube,gmail,哔哩哔哩,pornhub等绝大多数常用网站都无法正常使用。也没有黑名单模式,所以就只能关了吧
Excelente extensión para bloqueos de noscript, funciona muy bien para lo que requiero. GRACIAS!!!
Дуже якісний антибаннер
Великолепная реализация отличной идеи.
A great security app, but a real pain at times. Every time I go a site for the first time I have to make sure I turn off either specific elements or uMatrix as a whole if I trust it, then save it. I also find it's a little too "trigger happy" when I click on a link from an email or site I trust. Case in point, if I have a link to a tracking site regarding an order, if I click the link uMatrix will block it. I have to go into my settings, turn off uMatrix, click the link to track my order then turn uMatrix back on again. Perhaps there's something I've missed in the settings, and I understand why it exists in the first place, but it can be frustrating when I know a link/site is safe.
A great security app, but a real pain at times. Every time I go a site for the first time I have to make sure I turn off either specific elements or uMatrix as a whole if I trust it, then save it. I also find it's a little too "trigger happy" when I click on a link from an email or site I trust. Case in point, if I have a link to a tracking site regarding an order, if I click the link uMatrix will block it. I have to go into my settings, turn off uMatrix, click the link to track my order then turn uMatrix back on again. Perhaps there's something I've missed in the settings, and I understand why it exists in the first place, but it can be frustrating when I know a link/site is safe.
It just worked! Wow. Seriously impressed. These days extensions overpromise and under deliver. this is the opposite.
It just worked! Wow. Seriously impressed. These days extensions overpromise and under deliver. this is the opposite.
Wichtigste Erweiterung überhaupt.
Error para Desarrolladores, las webs en otro idioma uMatrix bloquea poder traducir las webs del ingles al español, por ejemplo esta web https://www.macrumors.com/, es una lastima la voy a desinstalar y ademas la publicidad de todas las webs las bloquea bien pero deja el espacio de la publicidad en blanco. uBlock Origin y otros bloqueadores no dejan el espacio de la publicidad en blanco y eso esta mal para leer la webs
Rendkívül hasznos segédlet. Nemcsak azért, mert kizárja a harmadik felek közbeékelődését, hanem részletesen szemlélteti, hogy az aktuális weboldal milyen scripteket, kívülre mutató linkeket, adatbekéréseket stb verszélyforrásokat tartalmaz. És ezek működését akár részleteiben ki lehet iktatni.
If you need help.. great little tutorial here https://proprivacy.com/privacy-service/guides/lifehacks-setup-umatrix-beginners
If you need help.. great little tutorial here https://proprivacy.com/privacy-service/guides/lifehacks-setup-umatrix-beginners
the best security extension just got a few updates. i do hope it can make a permanent comeback though. thankfully it did get a few maintenance patches. lets hope umatrix can see a reason to keep being alive and well...
the best security extension just got a few updates. i do hope it can make a permanent comeback though. thankfully it did get a few maintenance patches. lets hope umatrix can see a reason to keep being alive and well...
шедевр
Indispensable pour surfer tranquilement.
Standard-Entwicklertools des Browsers sind wesentlich ausführlicher