Skip to content

Just a small piece of source code to show how to connect web extension with MChad

Notifications You must be signed in to change notification settings

MonMonMnemonics/Proof-of-Concept-Mchad-Ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proof-of-Concept-Mchad-Ext

Just a small piece of source code to show how to connect web extension with MChad

There are basically 2 different types of connection.

  • HTTP Request only allows Extension -> Application data flow but it'll never cause an error that might freeze the extension.
  • WebSocket allows Extension <-> Application adata flow but it's prone to error.

CheatSheet.txt shows the type and format of data that the app accept/broadcast.

It also contains some goodies on how to get livechat data from youtube with MutationObserver and how to enter data and trigger send live chat in youtube.

To start the local websocket server or HTTP listener Open MChad -> Login Listener -> Local Room -> Create

About

Just a small piece of source code to show how to connect web extension with MChad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published