Anti Slack Redirect
Converts slack redirect urls to real urls.
Co je Anti Slack Redirect?
Anti Slack Redirect je rozšíření Chrome vyvinuté https://www.rhystyers.com, a jeho hlavní funkcí je „Converts slack redirect urls to real urls.“.
Stáhnout soubor CRX rozšíření Anti Slack Redirect
Stáhněte si soubory rozšíření Anti Slack Redirect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Anti Slack Redirect |
ID | hlgocpefcbeojpdbkaclcgamdbjjlccg |
Oficiální URL | https://chromewebstore.google.com/detail/anti-slack-redirect/hlgocpefcbeojpdbkaclcgamdbjjlccg |
Popis | Converts slack redirect urls to real urls. |
Velikost souboru | 60.53 KB |
Počet instalací | 129 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2018-01-31 |
Datum Vydání | 2018-01-31 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | https://www.rhystyers.com |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |