This repository has been temporarily frozen.
Reason:
This is due to a change in the Discord streamkit. To be more precise, it can no longer be displayed due to CORS error.
So we are planning to implement it in the official way of Discord API.
Please wait until then.
We apologize for the inconvenience and thank you for your patience.
You can show Discord's Voice Chat overlay on Chrome.
- Download a releases file and unzip it to the local.
- Go to Chrome Extension.
chrome://extensions/
(config)
>More tools
>Extensions
- Enable
Developer mode
(click a toggle at the upper right of the page). - Click
LOAD UNPACKED
and select the following file.
add-discord-vc-overlay <<<this!
├─ README.md
├─ LICENSE.md
... ... ...
├── js
│ ├── content.js
│ ├── option.js
│ └── background.js
├── option.html
├── popup.html
├── background.html
└── manifest.json
- releases 最新版をダウンロードし、ローカルに解凍してください。
- 拡張機能を開きます。chrome://extensions/
Developer mode
を有効にします。パッケージ化されていない拡張機能を読み込む
をクリックして、add-discord-vc-overlay
というフォルダを選択します。