GPC enabler

Enable Global Privacy Control on Google Chrome (non-official).

Τι είναι το GPC enabler;

Το GPC enabler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον juancroldan, και η κύρια λειτουργία του είναι "Enable Global Privacy Control on Google Chrome (non-official).".

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

screenshot

Λήψη αρχείου CRX της επέκτασης GPC enabler

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

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

                        DISCLAIMER: This is an unofficial extension and it is not endorsed by the GPC work group that offers a single-feature alternative rather than packing it with other (useful) privacy features. Find the official ones here: https://globalprivacycontrol.org/orgs .

A few years after regulators passed laws like GDPR and CCPA to protect the privacy of consumers, the sites have found ways to overcome these limitations by turning the Web into a labyrinth of options that usually make the user click on "Accept all" and forget about how their data is managed.

Global Privacy Control (GPC) is the solution for it. Together, many organizations are developing a specification to make your browser do that for you and tell the websites that you don't want to get tracked.

This extension enables GPC, so every site that implements it will not bother you anymore. So far only a limited set of ~1000 websites like The NY Times or DuckDuckGo implement this feature, but it is a matter of time that this specification grows and becomes an standard.

Let's fix the Web together.

You can check if you have GPC enabled at: https://global-privacy-control.glitch.me/                    

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

Όνομα GPC enabler GPC enabler
ID ilknagnpcicckgohjailfooamibaolnj
Επίσημο URL https://chromewebstore.google.com/detail/gpc-enabler/ilknagnpcicckgohjailfooamibaolnj
Περιγραφή Enable Global Privacy Control on Google Chrome (non-official).
Μέγεθος Αρχείου 9.91 KB
Αριθμός Εγκαταστάσεων 1,391
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2021-09-08
Ημερομηνία Δημοσίευσης 2021-08-14
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής juancroldan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://juancroldan.com/terms
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPC enabler",
    "version": "1.0.1",
    "manifest_version": 2,
    "homepage_url": "https:\/\/juancroldan.com\/",
    "description": "Enable Global Privacy Control on Google Chrome (non-official).",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "document_start.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}