Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

r74tech/Add-discord-vc-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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というフォルダを選択します。