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 هو إضافة Chrome تم تطويرها بواسطة Jonzay.codes، والميزة الرئيسية لها هي "Redirects to the Outlook login page after logging out of Hotmail and Outlook.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Logout Redirector for Hotmail and Outlook
قم بتنزيل ملفات الامتداد Logout Redirector for Hotmail and Outlook بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" ] } ] } |