Privacy Defense – Fast, private browsing

Block unwanted ads, privacy trackers/scripts, web bugs and online identity threats. Browse faster and reduce usage on data plans.

Τι είναι το Privacy Defense – Fast, private browsing;

Το Privacy Defense – Fast, private browsing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://privacydefense.net, και η κύρια λειτουργία του είναι "Block unwanted ads, privacy trackers/scripts, web bugs and online identity threats. Browse faster and reduce usage on data plans.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Privacy Defense – Fast, private browsing

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

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

                        Introducing Version 2.0! Total rework of the UI, threat database & now cross-compatible with Firefox, Chrome & Opera browsers.

[privacy]defense makes your browsing experience faster and safer by detecting and blocking privacy threats found on web pages. Big brother is indeed looking over your shoulder as you surf... but not with [privacy]defense installed. The browser extension includes a comprehensive database of threat signatures that is automatically updated daily to keep you protected. 

We recently moved away from our "trial period" model and have released a fully functional, free LITE version. In addition, we have released a PREMIUM version that increases browsing performance, reduces data consumption on bandwidth limited connections, and offers access to the full threat database.

Subscriptions to the PREMIUM version are initially being offered at a nominal rate in the hope of recovering our development costs. The rest of the proceeds are destined for humanitarian aid projects.                    

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

Όνομα Privacy Defense – Fast, private browsing Privacy Defense – Fast, private browsing
ID lncdphcainchbpncbeofahbjhgomhlca
Επίσημο URL https://chrome.google.com/webstore/detail/privacy-defense-%E2%80%93-fast-pr/lncdphcainchbpncbeofahbjhgomhlca
Περιγραφή Block unwanted ads, privacy trackers/scripts, web bugs and online identity threats. Browse faster and reduce usage on data plans.
Μέγεθος Αρχείου 656 KB
Αριθμός Εγκαταστάσεων 313
Τρέχουσα Έκδοση 2.0.15
Τελευταία Ενημέρωση 2017-05-17
Ημερομηνία Δημοσίευσης 2017-05-17
Αξιολόγηση 3.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής http://privacydefense.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.privacydefense.net
Διεύθυνση URL της Σελίδας Βοήθειας http://www.privacydefense.net/FAQ
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Privacy Defense \u2013 Fast, private browsing",
    "short_name": "[P]D",
    "description": "Block unwanted ads, privacy trackers\/scripts, web bugs and online identity threats. Browse faster and reduce usage on data plans.",
    "version": "2.0.15",
    "manifest_version": 2,
    "author": "Privacy Defense",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "45.0"
        }
    },
    "icons": {
        "32": "images\/icon32.png",
        "64": "images\/icon64.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "sigdb.txt",
        "scripts\/*",
        "pages\/*",
        "css\/*",
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "incognito": "spanning",
    "browser_action": {
        "default_title": "[privacy]defense",
        "default_popup": "pages\/popup.html",
        "default_icon": {
            "32": "images\/icon32.png",
            "64": "images\/icon64.png"
        }
    }
}