Anti Slack Redirect
Converts slack redirect urls to real urls.
Cos'è Anti Slack Redirect?
Anti Slack Redirect è un'estensione di Chrome sviluppata da https://www.rhystyers.com, e la sua funzione principale è "Converts slack redirect urls to real urls.".
Scarica il file CRX dell'estensione Anti Slack Redirect
Scarica i file di estensione Anti Slack Redirect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hlgocpefcbeojpdbkaclcgamdbjjlccg |
| URL Ufficiale | https://chromewebstore.google.com/detail/anti-slack-redirect/hlgocpefcbeojpdbkaclcgamdbjjlccg |
| Descrizione | Converts slack redirect urls to real urls. |
| Dimensione del File | 60.53 KB |
| Conteggio Installazioni | 129 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2018-01-31 |
| Data di Pubblicazione | 2018-01-31 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | https://www.rhystyers.com |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |