Description from extension meta
Une extension de navigateur axée sur la confidentialité, puissante et facile à utiliser. Bloquez les publicités, les traqueurs et…
Image from store
Description from store
Ghostery est une extension puissante de anti-suivi et de blocage des publicités pour Chrome, avec plus de 100 millions de téléchargements. Bloquez les publicités, arrêtez les traceurs et accélérez les sites web. La confidentialité à son meilleur.
CARACTÉRISTIQUES
* Bloquez toutes les publicités sur les sites web, y compris YouTube et Facebook, pour vous concentrer sur les informations qui comptent.
* Empêchez les traceurs de collecter vos données personnelles.
* Supprimez automatiquement les bannières de cookies intrusives et exprimez votre désaccord avec le suivi en ligne.
* Obtenez des informations détaillées sur les traceurs de n'importe quel site web que vous visitez, y compris le nombre de traceurs, leur type et la société qui les exploite.
* Prévisualisez les informations des traceurs sur les pages de résultats des moteurs de recherche pour faire des choix éclairés.
* Inspectez la plus grande base de données de traceurs, mise à jour rapidement et de manière fiable pour tous les utilisateurs.
À PROPOS DE GHOSTERY
Ghostery est plus qu'un simple bloqueur de publicités pour Chrome. Il offre une protection complète de la confidentialité tout en minimisant le besoin de personnalisation et de maintenance. En tant qu'extension open-source soutenue par des milliers de contributeurs dans le monde entier, Ghostery est gratuit pour toujours.
Devenez contributeur à Ghostery et aidez à financer le développement de la Privacy Suite et de WhoTracks.Me, la plus grande base de données de traceurs au monde. Ensemble, luttons pour la confidentialité en tant que droit humain !
Latest reviews
- (2025-07-12) Michael: does not work
- (2025-07-11) Ammar Fathanly T (NahtAF): Lotta improvements than before!
- (2025-07-10) Anton Zailinger: An awesome thing! A huge, heartfelt thank-you to the developers! It’s wonderful that you exist!
- (2025-07-09) mike Stewart: Doesnt work on youtube anymore :(
- (2025-07-09) DrPhilip1951: It used to work well, but not anymore. Youtube adds now get through unhindered.
- (2025-07-06) A: I would have given it a 5, but recently Ghostery has failed to block some ads on YouTube. Other than that, no complaints.
- (2025-07-06) sonu sen: adblocker that really work, using this , for last 6 month,
- (2025-07-04) Arohi Dhingra: amazing. just amazing. doesn't need me to do anything. I can do anything without being bothered by annoying ads. love it.
- (2025-07-04) Hadi: great app. works great! does exactly what it supposed to do.
- (2025-07-04) A M: Very nice , you can have all the insight into what it does, or let it run all by itself and anything in between, great interface, top tool, recommended
- (2025-07-03) Tejeswar Reddy: very useful app
- (2025-07-03) Tim Rakuts: good
- (2025-07-01) Joanna Eng: This also has a plus side of being customizable.
- (2025-06-29) Colton Burnette: Absolutely essential. Just get it. You'll thank yourself.
- (2025-06-29) geoopa Opa: It does absolutely nothing for blocking YouTube adds which was the main focus for me.
- (2025-06-29) Rayhan Khan: best ad blocker i ever used it has analytics and it actually works and it also looks very nice
- (2025-06-28) Nay Jackson: My go to tool for finding out which tools a website uses. Very useful when you work in marketing!
- (2025-06-27) Moira Gadsden: Not working on YouTube
- (2025-06-27) Marc McBride: Shite. Doesn't block ads. Pointless
- (2025-06-27) RED x: It's the right choice.
- (2025-06-25) Carmine: exelent the only one that accully worked
- (2025-06-25) Mickey Mann: I've been using Ghostery for years - it blocks ads and trackers, and is easy to use. Some websites won't work with an ad blocker, and it is easy to pause Ghostery if you need to use one of those sites. I have nothing negative to say about Ghostery.
- (2025-06-24) karen revane: I only listen to internet radio stations and Ghostery keeps me clear of all tracking and ads. Stations that don't allow me to use ghostery aren't worth listening to.
- (2025-06-23) Spencer Ledger: Love this extension. Could not recommend it enough.
- (2025-06-22) Mazen Alhabashy: 10/10 blocks all ads perfect with youtube ad block say goodbye to ads forever.
- (2025-06-22) Micheal Drey: I love this Ghostery Tracker & Ad Blocker - Privacy AdBlock is the best one i never seen before
- (2025-06-22) Steve Colin: Thank You!
- (2025-06-21) Thị Hằng Võ: better than adguard adblocker
- (2025-06-21) John Jarvis: My new computer's first download -- Ghostery Used it for years. I don't see what it does. That's what so great about it.
- (2025-06-20) Aniket Katiyar: This is something, I want everyone should use in digital era.
- (2025-06-19) a a (poey27529): AMAZING... WORKS ON TWITCH.TV
- (2025-06-19) Rakesh Kumar Shukla: Loved it!
- (2025-06-19) ben bonnichsen: good
- (2025-06-18) Alex Kelly: best thing i ever installed onto my computer, the phone version isn't quite as good but i still love it
- (2025-06-17) Tarren Chiarini: I installed the Ghostery Tracker & Ad Blocker Extension and it is working incredible, it has worked so well for blocking annoying ads and I love it. This is the best Extension ever, thank you Ghostery.
- (2025-06-16) Alberto Falco: perche' esce sempre il seguente errore: import { getPausedDetails, ENGINES } from '../store/options.js'; import { addListener } from '../utils/options-observer.js'; { const DNR_RESOURCES = chrome.runtime.getManifest().declarative_net_request.rule_resources.filter(({ enabled }) => !enabled).map(({ id }) => id); addListener(async function dnr(options) { const globalPause = getPausedDetails(options); const ids = ENGINES.map(({ name, key }) => { return !globalPause && options.terms && options[key] ? name : ""; }).filter((id) => id && DNR_RESOURCES.includes(id)); if (ids.length) { ids.push("fixes"); if (options.regionalFilters.enabled) { ids.push( ...options.regionalFilters.regions.map((id) => `lang-${id}`).filter((id) => DNR_RESOURCES.includes(id)) ); } } const enabledRulesetIds = await chrome.declarativeNetRequest.getEnabledRulesets() || []; const enableRulesetIds = []; const disableRulesetIds = []; for (const id of ids) { if (!enabledRulesetIds.includes(id)) { enableRulesetIds.push(id); } } for (const id of enabledRulesetIds) { if (!ids.includes(id)) { disableRulesetIds.push(id); } } if (enableRulesetIds.length || disableRulesetIds.length) { try { await chrome.declarativeNetRequest.updateEnabledRulesets({ enableRulesetIds, disableRulesetIds }); console.info("[dnr] Updated with rulesets:", ids.join(", ")); } catch (e) { console.error(`[dnr] Error while updating rulesets:`, e); } } }); } COME SI RIMEDIA?
- (2025-06-16) Paraskevi Kanellatou: The Best of All!!!
- (2025-06-15) Pretend Eagle: Ghostery has been a bonus helper in all of the years I have had it onboard! Ghostery is like the paddle to the canoe. Essential, and keeps everything "moving and pointing ahead, so as to not hit any obstacles". Thanks to all involved for a valuable asset to online honesty and flawless operation. Well done, and keep on keeping on; so to speak ! >1 happy dude!<
- (2025-06-15) g db: for the people whining about it doesn't work for youtube, this is not just an addblocker for only youtube. for me it has shown promising results.
- (2025-06-15) Clinton Akintola: Best ads blocker
- (2025-06-14) masi: Works well
- (2025-06-14) Mike: Does not block YouTube ads as of 6/14/25. Don't waste your time.
- (2025-06-13) Deez Nuts: simply goated, though sometimes youtube still manages to show ads
- (2025-06-13) Gods Buffoon: *Edit* It took about a week but it's finally working at blocking ads on Youtube again. Excellent.
- (2025-06-13) Andreas Schüßler: The best privacy blocker for me! I've tried a few, but this one is by far the best!
- (2025-06-12) Karma Puruersum: youtube is able to bypass this one btw
- (2025-06-12) Benjamin Dutton: Very good to use
- (2025-06-12) kevin: good good good app
- (2025-06-11) ian luca aIvarez: THIS STUPID EXTENSION IS NOT WORKING
- (2025-06-09) Pierre La Grange: Youtube has noticed uBlock Origin Lite, so I went over to this and everything works great again, excellent extension!