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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opt out of Google's interest-based ads as you browse the web with Chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IBA Opt-out (by Google) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}