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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IBA Opt-out (by Google) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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) 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"
    ]
}