Safer Redirects

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

Wat is Safer Redirects?

Safer Redirects is een Chrome-extensie ontwikkeld door Michael Brodmann, en de belangrijkste functie is "This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Safer Redirects

Download Safer Redirects-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Safer Redirects Safer Redirects
ID ecejaaoknpcjfheoejampbickooodnna
Officiële URL https://chromewebstore.google.com/detail/safer-redirects/ecejaaoknpcjfheoejampbickooodnna
Beschrijving This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed.
Bestandsgrootte 9.92 KB
Aantal Installaties 150
Huidige Versie 1.0
Laatst Bijgewerkt 2016-07-04
Publicatiedatum 2016-07-04
Beoordeling 3.43/5 Totaal 7 Beoordelingen
Ontwikkelaar Michael Brodmann
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}