This Chrome extension extracts Slack tokens (XOXC and XOXD) from your Slack workspace.
- Clone the repository:
git clone https://github.com/maorfr/slack-token-extractor.git cd slack-token-extractor/chrome - Open Chrome and go to
chrome://extensions - Enable Developer mode (toggle in the top right)
- Click "Load unpacked" and select the
chromedirectory from this repository - Visit your Slack workspace (e.g.,
https://your-workspace.slack.com) - Click the extension icon in the Chrome toolbar to view your tokens
- The extension reads your Slack
localStorageand cookies to extract the XOXC and XOXD tokens. - Tokens are displayed in the popup when you click the extension icon.
- Tokens are only stored locally in your browser's extension storage.
- Never share your tokens.
- If you don't see the extension icon, make sure it's pinned in the Chrome toolbar.
- If tokens do not appear, ensure you are logged in to Slack and have visited your workspace in the current tab.