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) هو إضافة Chrome تم تطويرها بواسطة https://chrome.google.com، والميزة الرئيسية لها هي "Opt out of Google's interest-based ads as you browse the web with Chrome.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة IBA Opt-out (by Google)

قم بتنزيل ملفات الامتداد IBA Opt-out (by Google) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}