IBA Opt-out (by Google)
Opt out of Google's interest-based ads as you browse the web with Chrome.
什么是IBA Opt-out (by Google)?
IBA Opt-out (by Google)是由https://chrome.google.com开发的Chrome扩展程序,该扩展的主要功能是“Opt out of Google's interest-based ads as you browse the web with Chrome.”。
扩展截图
下载IBA Opt-out (by Google)扩展crx文件
下载IBA Opt-out (by Google)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | IBA Opt-out (by Google) |
ID | gbiekjoijknlhijdjbaadobpkdhmoebb |
官方URL | https://chromewebstore.google.com/detail/iba-opt-out-by-google/gbiekjoijknlhijdjbaadobpkdhmoebb |
简介 | Opt out of Google's interest-based ads as you browse the web with Chrome. |
文件大小 | 12.09 KB |
安装次数 | 582,090 |
当前版本 | 1.5 |
更新时间 | 2013-08-12 |
上架时间 | 2013-08-12 |
评分 | 3.24/5 共1580次评分 |
开发者 | https://chrome.google.com |
付费类型 | free |
支持的语言 | 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" ] } |