Decentraleyes

Protects you against tracking through "free", centralized, content delivery.

Τι είναι το Decentraleyes;

Το Decentraleyes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Thomas Rientjes, και η κύρια λειτουργία του είναι "Protects you against tracking through "free", centralized, content delivery.".

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

screenshot
screenshot
screenshot

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

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

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

                        It prevents a lot of requests from reaching networks like Google Hosted Libraries, and serves local files to keep sites from breaking. Complements regular content blockers.

----------------------------------------------------------------

Websites have increasingly begun to rely much more on large third-parties for content delivery. Canceling requests for ads or trackers is usually without issue, however blocking actual content, not unexpectedly, breaks pages. The aim of this add-on is to cut out the middleman by providing lightning speed delivery of local (bundled) files to improve online privacy.

     • Protects privacy by evading large delivery networks that claim to offer free services.
     • Complements regular blockers such as uBlock Origin (recommended), Adblock Plus, et al.
     • Works directly out of the box; absolutely no prior configuration required.

Note: Decentraleyes is no silver bullet, but it does prevent a lot of websites from making you send these kinds of requests. Ultimately, you can make Decentraleyes block requests for any missing CDN resources, too.                    

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

Όνομα Decentraleyes Decentraleyes
ID ldpochfccmkkmhdbclfhpagapcfdljkj
Επίσημο URL https://chromewebstore.google.com/detail/decentraleyes/ldpochfccmkkmhdbclfhpagapcfdljkj
Περιγραφή Protects you against tracking through "free", centralized, content delivery.
Μέγεθος Αρχείου 6.58 MB
Αριθμός Εγκαταστάσεων 193,926
Τρέχουσα Έκδοση 2.0.18
Τελευταία Ενημέρωση 2023-08-25
Ημερομηνία Δημοσίευσης 2019-10-11
Αξιολόγηση 4.77/5 Συνολικά 215 Αξιολογήσεις
Προγραμματιστής Thomas Rientjes
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://decentraleyes.org
Διεύθυνση URL της Σελίδας Βοήθειας https://git.synz.io/Synzvato/decentraleyes
URL της Σελίδας Πολιτικής Απορρήτου https://decentraleyes.org/privacy-policy
Υποστηριζόμενες Γλώσσες id,de,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,hu,pl,pt-BR,pt-PT,ro,fi,sv,cs,el,sr,bg,ru,uk,iw,bn,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Decentraleyes",
    "version": "2.0.18",
    "author": "Thomas Rientjes",
    "default_locale": "en_US",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "privacy",
        "storage",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "page": "pages\/background\/background.html"
    },
    "storage": {
        "managed_schema": "schema.json"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/action\/icon16-default.png",
            "18": "icons\/action\/icon18-default.png",
            "19": "icons\/action\/icon19-default.png",
            "32": "icons\/action\/icon32-default.png",
            "36": "icons\/action\/icon36-default.png",
            "38": "icons\/action\/icon38-default.png",
            "64": "icons\/action\/icon64-default.png"
        },
        "default_popup": "pages\/popup\/popup.html",
        "browser_style": false
    },
    "options_ui": {
        "page": "pages\/options\/options.html"
    },
    "web_accessible_resources": [
        "resources\/*"
    ]
}