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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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