IDN Safe

IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites.

Τι είναι το IDN Safe;

Το IDN Safe είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://aykutcevik.com, και η κύρια λειτουργία του είναι "IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites.".

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

screenshot
screenshot
screenshot

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

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

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

                        IDN Safe blocks internationalized domain names also known as punycode domains. This helps you to identify them and will prevent you from visiting probable fake sites.

The use of Unicode in domain names makes it potentially easier to spoof web sites as the visual representation of an IDN string in a web browser may make a spoof site appear indistinguishable to the legitimate site being spoofed, depending on the font used.

With IDN Safe you can temporarily allow domains or whitelist them at all. By default they are blocked.

Please feel free to make some requests at github:
https://github.com/AykutCevik/IDN-Safe                    

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

Όνομα IDN Safe IDN Safe
ID kegeenojcnijgmfgkcokknkbpmjcabdm
Επίσημο URL https://chromewebstore.google.com/detail/idn-safe/kegeenojcnijgmfgkcokknkbpmjcabdm
Περιγραφή IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites.
Μέγεθος Αρχείου 144 KB
Αριθμός Εγκαταστάσεων 3,119
Τρέχουσα Έκδοση 1.5.1
Τελευταία Ενημέρωση 2020-07-07
Ημερομηνία Δημοσίευσης 2019-10-02
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://aykutcevik.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/AykutCevik/IDN-Safe
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/AykutCevik/IDN-Safe/issues
URL της Σελίδας Πολιτικής Απορρήτου https://aykutcevik.com/blog/extensions-privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.5.1",
    "manifest_version": 2,
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png",
        "512": "img\/icon_512.png"
    },
    "description": "__MSG_extensionDescription__",
    "default_locale": "en_US",
    "background": {
        "scripts": [
            "js\/constants.js",
            "js\/punycode.js",
            "js\/background.js"
        ]
    },
    "minimum_chrome_version": "50",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_title": "IDN Safe",
        "default_icon": "img\/icon_48.png",
        "default_popup": "html\/popup.html"
    },
    "author": "Aykut \u00c7evik"
}