Logout Redirector for Hotmail and Outlook

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

什么是Logout Redirector for Hotmail and Outlook?

Logout Redirector for Hotmail and Outlook是由Jonzay.codes开发的Chrome扩展程序,该扩展的主要功能是“Redirects to the Outlook login page after logging out of Hotmail and Outlook.”。

扩展截图

screenshot

下载Logout Redirector for Hotmail and Outlook扩展crx文件

下载Logout Redirector for Hotmail and Outlook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Logout Redirector for Hotmail and Outlook Logout Redirector for Hotmail and Outlook
ID dimljjlodblfpmkiefpchagdbnmmpgnf
官方URL https://chromewebstore.google.com/detail/logout-redirector-for-hot/dimljjlodblfpmkiefpchagdbnmmpgnf
简介 Redirects to the Outlook login page after logging out of Hotmail and Outlook.
文件大小 17.08 KB
安装次数 30
当前版本 1.2
更新时间 2023-12-13
上架时间 2020-08-11
开发者 Jonzay.codes
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}