IBA Opt-out (by Google)
Opt out of Google's interest-based ads as you browse the web with Chrome.
Qu'est-ce que IBA Opt-out (by Google) ?
IBA Opt-out (by Google) est une extension Chrome développée par https://chrome.google.com, et sa fonction principale est "Opt out of Google's interest-based ads as you browse the web with Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IBA Opt-out (by Google)
Téléchargez les fichiers d'extension IBA Opt-out (by Google) 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
This extension opts you out of the DoubleClick advertising cookie, which Google uses to show you interest-based ads on partnering websites. - Stops interest-based ads on some of the websites that partner with Google - One-time install on Chrome - Opt out remains in effect, even after you clear your browser’s cookies For developers IBA Opt out extension by Google is available as open source at http://code.google.com/p/google-opt-out-plugin/ Terms of Service By using IBA Opt out, you agree to the Terms of Service at https://chrome.google.com/extensions/intl/en/gallery_tos.html
Informations de Base sur l'Extension
Nom | IBA Opt-out (by Google) |
ID | gbiekjoijknlhijdjbaadobpkdhmoebb |
URL Officiel | https://chromewebstore.google.com/detail/iba-opt-out-by-google/gbiekjoijknlhijdjbaadobpkdhmoebb |
Description | Opt out of Google's interest-based ads as you browse the web with Chrome. |
Taille du Fichier | 12.09 KB |
Nombre d'Installations | 582,090 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2013-08-12 |
Date de Publication | 2013-08-12 |
Évaluation | 3.24/5 Total 1580 Évaluations |
Développeur | https://chrome.google.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IBA Opt-out (by Google)", "version": "1.5", "description": "Opt out of Google's interest-based ads as you browse the web with Chrome.", "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "minimum_chrome_version": "12.0.707.0", "permissions": [ "http:\/\/doubleclick.net\/", "cookies" ] } |