Safer Redirects

This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed.

Τι είναι το Safer Redirects;

Το Safer Redirects είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Michael Brodmann, και η κύρια λειτουργία του είναι "This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed.".

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

screenshot
screenshot
screenshot

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

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

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

                        This extension was created to mitigate threats like XSS or CSRF using an url shortener service. This extension will prompt you with the target url of the shortened url before the redirect occurs. You then can choice if you want to proceed or cancel the redirect.                    

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

Όνομα Safer Redirects Safer Redirects
ID ecejaaoknpcjfheoejampbickooodnna
Επίσημο URL https://chromewebstore.google.com/detail/safer-redirects/ecejaaoknpcjfheoejampbickooodnna
Περιγραφή This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed.
Μέγεθος Αρχείου 9.92 KB
Αριθμός Εγκαταστάσεων 150
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-07-04
Ημερομηνία Δημοσίευσης 2016-07-04
Αξιολόγηση 3.43/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Michael Brodmann
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Safer Redirects",
    "description": "This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed.",
    "version": "1.0",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}