Logout Redirector for Hotmail and Outlook

Redirects to the Outlook login page after logging out of Hotmail and Outlook.

What is Logout Redirector for Hotmail and Outlook?

Logout Redirector for Hotmail and Outlook is a Chrome extension developed by Jonzay.codes, and its main feature is "Redirects to the Outlook login page after logging out of Hotmail and Outlook.".

Extension Screenshots

screenshot

Download Logout Redirector for Hotmail and Outlook Extension CRX File

Download Logout Redirector for Hotmail and Outlook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will automatically redirect your web browser to the Outlook login page after you successfully log out of Hotmail and Outlook instead of leaving you on the MSN.com webpage. This makes it easier to log back into another account.

Currently supports the American and Australian variants of the MSN.com signout page. Feedback for other page variants are welcome.

GitHub URL: https://github.com/Jonzay/LogoutRedirectorForHotmailAndOutlook                    

Extension Basic Information

Name Logout Redirector for Hotmail and Outlook Logout Redirector for Hotmail and Outlook
ID dimljjlodblfpmkiefpchagdbnmmpgnf
Official URL https://chromewebstore.google.com/detail/logout-redirector-for-hot/dimljjlodblfpmkiefpchagdbnmmpgnf
Description Redirects to the Outlook login page after logging out of Hotmail and Outlook.
File Size 17.08 KB
Installation Count 30
Current Version 1.2
Last Updated 2023-12-13
Publish Date 2020-08-11
Developer Jonzay.codes
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Logout Redirector for Hotmail and Outlook",
    "description": "Redirects to the Outlook login page after logging out of Hotmail and Outlook.",
    "icons": {
        "48": "48xLogo.png",
        "128": "128xLogo.png"
    },
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.msn.com\/?ocid=mailsignout",
                "https:\/\/www.msn.com\/en-au\/?ocid=mailsignout",
                "https:\/\/www.msn.com\/en-au\/?ocid=mailsignout&*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}