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) là gì?

IBA Opt-out (by Google) là một tiện ích mở rộng Chrome được phát triển bởi https://chrome.google.com, và tính năng chính của nó là "Opt out of Google's interest-based ads as you browse the web with Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IBA Opt-out (by Google)

Tải xuống các tệp mở rộng IBA Opt-out (by Google) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IBA Opt-out (by Google) IBA Opt-out (by Google)
ID gbiekjoijknlhijdjbaadobpkdhmoebb
URL Chính Thức https://chromewebstore.google.com/detail/iba-opt-out-by-google/gbiekjoijknlhijdjbaadobpkdhmoebb
Mô tả Opt out of Google's interest-based ads as you browse the web with Chrome.
Kích Thước Tệp 12.09 KB
Số Lần Cài Đặt 582,090
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2013-08-12
Ngày Phát Hành 2013-08-12
Đánh Giá 3.24/5 Tổng số 1580 Đánh Giá
Nhà Phát Triển https://chrome.google.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}