Un-Safelink Outlook

Replace safelink urls by the original one

Wat is Un-Safelink Outlook?

Un-Safelink Outlook is een Chrome-extensie ontwikkeld door Dunky13, en de belangrijkste functie is "Replace safelink urls by the original one".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Un-Safelink Outlook

Download Un-Safelink Outlook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Un-Safelink Outlook Un-Safelink Outlook
ID pgchfppjhohfigdgfnglmbbeiingokmi
Officiële URL https://chromewebstore.google.com/detail/un-safelink-outlook/pgchfppjhohfigdgfnglmbbeiingokmi
Beschrijving Replace safelink urls by the original one
Bestandsgrootte 31.1 KB
Aantal Installaties 1,127
Huidige Versie 0.1.34
Laatst Bijgewerkt 2021-12-23
Publicatiedatum 2018-09-16
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Dunky13
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Dunky13/outlook_unsafelink
Help Pagina-URL https://github.com/Dunky13/outlook_unsafelink
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}