Un-Safelink Outlook

Un-Safelink Outlook

Replace safelink urls by the original one

Additional files are visible only to premium users

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/*"
      ]
    }
  ]
}