Anti Slack Redirect
Converts slack redirect urls to real urls.
Wat is Anti Slack Redirect?
Anti Slack Redirect is een Chrome-extensie ontwikkeld door https://www.rhystyers.com, en de belangrijkste functie is "Converts slack redirect urls to real urls.".
Download het CRX-bestand van de extensie Anti Slack Redirect
Download Anti Slack Redirect-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
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.
Basisinformatie over de Extensie
Naam | Anti Slack Redirect |
ID | hlgocpefcbeojpdbkaclcgamdbjjlccg |
Officiële URL | https://chromewebstore.google.com/detail/anti-slack-redirect/hlgocpefcbeojpdbkaclcgamdbjjlccg |
Beschrijving | Converts slack redirect urls to real urls. |
Bestandsgrootte | 60.53 KB |
Aantal Installaties | 129 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2018-01-31 |
Publicatiedatum | 2018-01-31 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://www.rhystyers.com |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |