Privacy friendly Cookie settings

This add-on is designed to help users to select cookie settings for their browser.

Τι είναι το Privacy friendly Cookie settings;

Το Privacy friendly Cookie settings είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SECUSO, και η κύρια λειτουργία του είναι "This add-on is designed to help users to select cookie settings for their browser.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Privacy friendly Cookie settings

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

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

                        Privacy friendly cookie settings is an add-on for the Google Chrome browser, designed to help users to select cookie settings for their browser. The addon is developed to support the users without technical background and provides a usable and understandable interface to the cookie settings, including detailed explanations on the individual settings, as well as an option for guided setup via an assistant. The addon supports following functionalities:

* Delete cookies stored by the browser
* Allow or block third-party cookies
* Set when the cookies have to be deleted, e. g. each time after the browser is closed

The addon also allows to choose the settings for individual websites. In particular, the addon introduces new functionality not supported in Google Chrome, namely, allowing or blocking third-party cookies for individual websites and storing the login cookies of selected websites while blocking other types of cookies.                    

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

Όνομα Privacy friendly Cookie settings Privacy friendly Cookie settings
ID ikcpihpfchdalcdeilpcfecpllmjiffk
Επίσημο URL https://chromewebstore.google.com/detail/privacy-friendly-cookie-s/ikcpihpfchdalcdeilpcfecpllmjiffk
Περιγραφή This add-on is designed to help users to select cookie settings for their browser.
Μέγεθος Αρχείου 232 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 1.02
Τελευταία Ενημέρωση 2018-08-03
Ημερομηνία Δημοσίευσης 2018-08-03
Προγραμματιστής SECUSO
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Privacy friendly Cookie settings",
    "version": "1.02",
    "description": "__MSG_extensionDescription__",
    "default_locale": "de",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "permissions": [
        "history",
        "contentSettings",
        "browsingData",
        "notifications",
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "",
        "storage",
        "privacy"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/logo16.png",
            "24": "img\/logo24.png",
            "32": "img\/logo32.png"
        },
        "default_title": "Cookie Settings",
        "default_popup": "popup.html"
    },
    "author": "Oliver Ernst K\u00e4fer",
    "options_page": "options.html"
}