IBA Opt-out (by Google)

Opt out of Google's interest-based ads as you browse the web with Chrome.

Apa itu IBA Opt-out (by Google)?

IBA Opt-out (by Google) adalah ekstensi Chrome yang dikembangkan oleh https://chrome.google.com, dan fitur utamanya adalah "Opt out of Google's interest-based ads as you browse the web with Chrome.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi IBA Opt-out (by Google)

Unduh file ekstensi IBA Opt-out (by Google) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama IBA Opt-out (by Google) IBA Opt-out (by Google)
ID gbiekjoijknlhijdjbaadobpkdhmoebb
URL Resmi https://chromewebstore.google.com/detail/iba-opt-out-by-google/gbiekjoijknlhijdjbaadobpkdhmoebb
Deskripsi Opt out of Google's interest-based ads as you browse the web with Chrome.
Ukuran File 12.09 KB
Jumlah Instalasi 582,090
Versi Saat Ini 1.5
Terakhir Diperbarui 2013-08-12
Tanggal Publikasi 2013-08-12
Penilaian 3.24/5 Total 1580 Penilaian
Pengembang https://chrome.google.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}