Un-Safelink Outlook

Replace safelink urls by the original one

What is Un-Safelink Outlook?

Un-Safelink Outlook is a Chrome extension developed by Dunky13, and its main feature is "Replace safelink urls by the original one".

Extension Screenshots

screenshot

Download Un-Safelink Outlook Extension CRX File

Download Un-Safelink 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

                        Outlook has recently introduced "safelinks" that scans urls in emails for potential malicious urls. But in the process it obfuscates the original URL.
This extension will replace the safelinks URL with the original URL                    

Extension Basic Information

Name Un-Safelink Outlook Un-Safelink Outlook
ID pgchfppjhohfigdgfnglmbbeiingokmi
Official URL https://chromewebstore.google.com/detail/un-safelink-outlook/pgchfppjhohfigdgfnglmbbeiingokmi
Description Replace safelink urls by the original one
File Size 31.1 KB
Installation Count 1,127
Current Version 0.1.34
Last Updated 2021-12-23
Publish Date 2018-09-16
Rating 5.00/5 Total 3 Ratings
Developer Dunky13
Email [email protected]
Payment Type free
Extension Website https://github.com/Dunky13/outlook_unsafelink
Help Page URL https://github.com/Dunky13/outlook_unsafelink
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Un-Safelink Outlook",
    "version": "0.1.34",
    "description": "Replace safelink urls by the original one",
    "homepage_url": "https:\/\/github.com\/Dunky13\/outlook_unsafelink",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/outlook.live.com\/mail\/*",
                "https:\/\/outlook.live.com\/owa\/*",
                "https:\/\/outlook.office.com\/owa\/*",
                "https:\/\/outlook.office.com\/mail\/*",
                "https:\/\/outlook.office365.com\/mail\/*",
                "https:\/\/mail.google.com\/mail\/*"
            ]
        }
    ]
}