Anti Slack Redirect

Converts slack redirect urls to real urls.

What is Anti Slack Redirect?

Anti Slack Redirect is a Chrome extension developed by https://www.rhystyers.com, and its main feature is "Converts slack redirect urls to real urls.".

Download Anti Slack Redirect Extension CRX File

Download Anti Slack Redirect 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

                        This extension will take Slack redirect URLs and convert them back to real URLs.

A use case for this is that the slack-redir.net domain is blocked behind many corporate proxies, but Slack itself making sharing links a frustrating experience.                    

Extension Basic Information

Name Anti Slack Redirect Anti Slack Redirect
ID hlgocpefcbeojpdbkaclcgamdbjjlccg
Official URL https://chromewebstore.google.com/detail/anti-slack-redirect/hlgocpefcbeojpdbkaclcgamdbjjlccg
Description Converts slack redirect urls to real urls.
File Size 60.53 KB
Installation Count 129
Current Version 1.0.0
Last Updated 2018-01-31
Publish Date 2018-01-31
Rating 3.67/5 Total 3 Ratings
Developer https://www.rhystyers.com
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Slack Redirect",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Converts slack redirect urls to real urls.",
    "homepage_url": "https:\/\/www.github.com\/rhyst",
    "background": {
        "scripts": [
            "src\/redir.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/slack-redir.net\/*"
    ]
}