re:consent

re:consent - enhanced privacy control for you

Τι είναι το re:consent;

Το re:consent είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cliqz, και η κύρια λειτουργία του είναι "re:consent - enhanced privacy control for you".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης re:consent

Λήψη αρχείων επέκτασης re:consent σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This add-on shows you which data collection purposes you have (unwittingly) agreed to on websites such as Google or Facebook. You can then change these settings quickly and easily.

The add-on aims to provide better transparency into which data websites collect and process when you visit them. It leads you directly to the often well-hidden privacy settings so you can quickly and easily check and change your consent for data processing, e.g. location sharing, face recognition or cookie tracking.

re:consent offers enhanced control over which data you share directly with website owners. It’s a smart addition to third-party tracking protection tools provided by Cliqz and Ghostery. 

re:consent works for websites that adhere to the “Transparency & Consent Framework” of the Interactive Advertising Bureau (IAB), as well as Google and Facebook. The free transparency tool is integrated into the Cliqz Browser for Windows and Mac and is available as an extension for Chrome and Firefox.

re:consent is an open source software created by Munich based Cliqz GmbH owned by Mozilla and Hubert Burda Media. 

For more information, please visit https://cliqz.com/magazine/re-consent                    

Βασικές Πληροφορίες Επέκτασης

Όνομα re:consent re:consent
ID djcdlbbfldmndgenehaifaiiahhhagfa
Επίσημο URL https://chromewebstore.google.com/detail/reconsent/djcdlbbfldmndgenehaifaiiahhhagfa
Περιγραφή re:consent - enhanced privacy control for you
Μέγεθος Αρχείου 236 KB
Αριθμός Εγκαταστάσεων 460
Τρέχουσα Έκδοση 1.0.8
Τελευταία Ενημέρωση 2018-09-17
Ημερομηνία Δημοσίευσης 2018-09-17
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής cliqz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://cliqz.com/magazine/re-consent
Διεύθυνση URL της Σελίδας Βοήθειας https://cliqz.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://cliqz.com/legal
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "re:consent",
    "version": "1.0.8",
    "author": "Cliqz GmbH",
    "description": "__MSG_extensionDescription__",
    "default_locale": "de",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "cookies",
        "privacy",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/png\/16x16_consent-readonly-chrome.png",
        "24": "icons\/png\/24x24_consent-readonly-chrome.png",
        "32": "icons\/png\/32x32_consent-readonly-chrome.png",
        "128": "icons\/png\/128x128_logo-chrome.png"
    },
    "page_action": {
        "default_popup": "popup.html",
        "browser_style": true,
        "default_icon": {
            "16": "icons\/png\/16x16_consent-readonly-chrome.png",
            "24": "icons\/png\/24x24_consent-readonly-chrome.png",
            "32": "icons\/png\/32x32_consent-readonly-chrome.png",
            "128": "icons\/png\/128x128_logo-chrome.png"
        }
    },
    "web_accessible_resources": [
        "content-page-bridge.js"
    ]
}