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 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |