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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Safer Redirects एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}