Donkey Defender

A cross-browser extension designed to resist phishing attacks by checking for suspicious and deceptive URLs each time you navigate.

Τι είναι το Donkey Defender;

Το Donkey Defender είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον studioregen, και η κύρια λειτουργία του είναι "A cross-browser extension designed to resist phishing attacks by checking for suspicious and deceptive URLs each time you navigate.".

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

screenshot

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

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

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

                        ## How to use:
* Install the Donkey Defender browser extension.
* Configure your protected domains list and security level.
* Browse normally, fine-tuning your preferences over time if needed.

### Tips:
* We recommend protecting the domains that really need to be protected: personal and business websites, mail services, financial sites, private repository hosts, and anything that holds your personal information or data.
* The more strict your settings, the more likely you are to encounter false positives -- where a website that you want to visit is inadvertently blocked. If this happens you can manually add a site to your whitelist, which prevents it from being blocked without needlessly expanding your protected domains list. Adding whitelisted domains allows you to use relatively strict settings without too much interruption.
* Some complex and modern websites or services will connect to multiple different domains in a single navigation, which (if the domains are similar enough) can cause one or more false positive blocks. This is somewhat uncommon, but it's worth noting. You can work around this by simply adding each of these domains to your whitelist (after checking to make sure that the connections are legitimate and trustworthy, of course!).

## How to contribute:
There are a few meaningful ways to help out if you want to:

* Submit feedback, bug reports, and features requests through our repository (https://gitlab.com/regen-open-development/donkey-defender) or by email which can be found here: https://gitlab.com/regen-open-development/donkey-defender/issues/service_desk.

* You can also help development directly by submitting code, localization, or documentation patches. See the "build instructions" section of the repository readme to get started!

## License:
This project and all of its contents are being released under the Mozilla Public License 2.0. For complete license details, please read "LICENSE.md"!                    

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

Όνομα Donkey Defender Donkey Defender
ID bojniphfjbjdlajlanmaamjhcecdpoan
Επίσημο URL https://chrome.google.com/webstore/detail/donkey-defender/bojniphfjbjdlajlanmaamjhcecdpoan
Περιγραφή A cross-browser extension designed to resist phishing attacks by checking for suspicious and deceptive URLs each time you navigate.
Μέγεθος Αρχείου 1.49 MB
Αριθμός Εγκαταστάσεων 20
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2019-10-14
Ημερομηνία Δημοσίευσης 2019-10-14
Προγραμματιστής studioregen
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gitlab.com/regen-open-development/donkey-defender
Διεύθυνση URL της Σελίδας Βοήθειας https://gitlab.com/regen-open-development/donkey-defender/blob/master/README.md
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donkey Defender",
    "version": "1.0.2",
    "description": "A cross-browser extension designed to resist phishing attacks by checking for suspicious and deceptive URLs each time you navigate.",
    "icons": {
        "48": "resources\/icon48.png",
        "96": "resources\/icon96.png",
        "128": "resources\/icon128.png"
    },
    "permissions": [
        "webNavigation",
        "storage",
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "generated\/stringdist.js",
            "stringdist-purejs\/stringdist.js",
            "common.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}