r74tech / Add-discord-vc-overlay

Chrome上にDiscord VCのOverlayを表示させるChrome拡張機能

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attention

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.

Add Discord VC Overlay

color:red
You can show Discord's Voice Chat overlay on Chrome.

How to Install

  1. Download a releases file and unzip it to the local.
  2. Go to Chrome Extension.
  • chrome://extensions/
  • (config) > More tools > Extensions
  1. Enable Developer mode (click a toggle at the upper right of the page).
  2. 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

インストール方法

  1. releases 最新版をダウンロードし、ローカルに解凍してください。
  2. 拡張機能を開きます。chrome://extensions/
  3. Developer modeを有効にします。
  4. パッケージ化されていない拡張機能を読み込むをクリックして、add-discord-vc-overlayというフォルダを選択します。

About

Chrome上にDiscord VCのOverlayを表示させるChrome拡張機能

License:MIT License


Languages

Language:JavaScript 65.6%Language:HTML 34.4%