Slack Redirect Firefox

Examine source code of Slack Redirect

Inspect and view changes in Slack Redirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Slack Redirect",
  "version": "1",
  "description": "Redirects Slack archive links to open directly in the browser instead of trying to open the Slack app",
  "browser_specific_settings": {
    "gecko": {
      "id": "SlackRedirect@joivid.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "*://*.slack.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "SlackRedirect_48x48.png",
    "96": "SlackRedirect_96x96.png"
  }
}

Best Slack Redirect Alternatives

Here are some Firefox add-ons that are similar to Slack Redirect: