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 |
官方網址 | 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" ] } |