Do Not Track
Adds the Do Not Track header (DNT: 1) to all requests.
Qu'est-ce que Do Not Track ?
Do Not Track est une extension Chrome développée par Jonathan Mayer, et sa fonction principale est "Adds the Do Not Track header (DNT: 1) to all requests.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Do Not Track
Téléchargez les fichiers d'extension Do Not Track au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Please note: this extension requires Chrome 17 or later. If you are running the default Release build of Chrome, this extension will not successfully install until late January 2012. Do Not Track is a technology and policy proposal that enables users to opt out of tracking by websites they do not visit, including analytics services, advertising networks, and social platforms. At present few of these third parties offer a reliable tracking opt out, and tools for blocking them are neither user-friendly nor comprehensive. Much like the popular Do Not Call registry, Do Not Track provides users with a single, simple, persistent choice to opt out of third-party web tracking. A list of websites that have committed to honoring Do Not Track is available at http://donottrack.us. The source for this extension is available on GitHub.
Informations de Base sur l'Extension
Nom | Do Not Track |
ID | ckdcpbflcbeillmamogkpmdhnbeggfja |
URL Officiel | https://chromewebstore.google.com/detail/do-not-track/ckdcpbflcbeillmamogkpmdhnbeggfja |
Description | Adds the Do Not Track header (DNT: 1) to all requests. |
Taille du Fichier | 30.55 KB |
Nombre d'Installations | 50,000 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2012-05-23 |
Date de Publication | 2012-05-23 |
Évaluation | 4.47/5 Total 124 Évaluations |
Développeur | Jonathan Mayer |
Type de Paiement | free |
Site Web de l'Extension | http://donottrack.us/ |
URL de la Page d'Aide | https://github.com/jonathanmayer/Do-Not-Track/tree/master/chrome |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Do Not Track", "description": "Adds the Do Not Track header (DNT: 1) to all requests.", "icons": { "48": "bug_48.png", "128": "bug_128.png" }, "version": "0.1.1", "manifest_version": 2, "background": { "page": "background.html" }, "permissions": [ "webRequest", " |