GDPR Please

Blocks all web analytics trackers that do not honor informed opt-in consent and other GDPR protected rights.

Τι είναι το GDPR Please;

Το GDPR Please είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gdprplease.com, και η κύρια λειτουργία του είναι "Blocks all web analytics trackers that do not honor informed opt-in consent and other GDPR protected rights.".

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

screenshot

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

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

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

                        Designed to be light weight and performant, "GDPR Please" blocks all website trackers that do not follow the European Union's General Data Protection Regulation (GDPR). All whitelisted vendors must sign our public "Attestation of Compliance" document, before being manually reviewed.

YOUR PROTECTED G.D.P.R. RIGHTS:
     ★ Opt-in Consent
     ★  Informed Consent
     ★  Right to Review Data
     ★  Right to Delete Data
     ★  Right to Edit Data
     ★  Right to Prompt Notification of Data Breach


★ WHY "GDPR PLEASE":
Simply put, nothing else felt right. Tools like like Adblock Pro are paid for by Advertisers, while Ghostery sells your browsing data. uBlock Origin and uMatrix required too much configuration while breaking many sites. At the end of the day I just wanted to know my right to privacy is protected. GDPR Please is a lightweight browser extension, so is both performant, and easy for me to maintain without requiring a revenue source like most of the other content blockers.

★  PERFORMANCE:
Unlike other content blockers, GDPR Please precompiles a reverse nested dictionary of every blacklisted subdomain, to enable extremely performant blacklisting of all web resource types. 


NEW FEATURES COMING SOON


HOMEPAGE:
      https://GDPRplease.com/

CHANGELOG:
      To be released with next version update.                    

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

Όνομα GDPR Please GDPR Please
ID ekandjcbopgfnppmmjkhbmmkjgiidcmo
Επίσημο URL https://chrome.google.com/webstore/detail/ekandjcbopgfnppmmjkhbmmkjgiidcmo
Περιγραφή Blocks all web analytics trackers that do not honor informed opt-in consent and other GDPR protected rights.
Μέγεθος Αρχείου 32.23 KB
Αριθμός Εγκαταστάσεων 1,702
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2018-03-27
Ημερομηνία Δημοσίευσης 2018-03-27
Αξιολόγηση 3.89/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://gdprplease.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gdprplease.com
Διεύθυνση URL της Σελίδας Βοήθειας https://gdprplease.com
URL της Σελίδας Πολιτικής Απορρήτου https://gdprplease.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GDPR Please",
    "short_name": "GDPR Please",
    "version": "1.0.4",
    "manifest_version": 2,
    "author": "@GDPRplease",
    "description": "Blocks all web analytics trackers that do not honor informed opt-in consent and other GDPR protected rights.",
    "homepage_url": "https:\/\/GDPRplease.com\/",
    "minimum_chrome_version": "55",
    "incognito": "spanning",
    "icons": {
        "16": "favicons\/icon_16.png",
        "32": "favicons\/icon_32.png",
        "48": "favicons\/icon_48.png",
        "64": "favicons\/icon_64.png",
        "96": "favicons\/icon_96.png",
        "128": "favicons\/icon_128.png",
        "256": "favicons\/icon_256.png",
        "512": "favicons\/icon_512.png"
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "favicons\/icon_128.png",
        "default_title": "GDPR Please"
    },
    "web_accessible_resources": [],
    "content_security_policy": "default-src 'self'; style-src https:\/\/fonts.googleapis.com\/css https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/css\/bootstrap.min.css; font-src https:\/\/fonts.gstatic.com\/s\/"
}