Skip to content

Chrome extension to share sound from tabs via WebRTC

License

Notifications You must be signed in to change notification settings

Bitaru/PartyRooms

Repository files navigation

PartyRooms p2p

Chrome extension for sharing and listening sound from tab

What's inside:

Install dependencies

npm install

Development

# build files to './dev'
$ npm run dev

# run server with sockets localy
$ node sockets.js

If you're developing Inject page, please allow https://localhost:3000 connections. (Because injectpage injected GitHub (https) pages, so webpack server procotol must be https.) Load unpacked extensions with ./dev folder.

Build

# build files to './build'
$ npm run build

Compress

# compress build folder to {manifest.name}.zip and crx
$ npm run build
$ npm run compress -- [options]

LICENSE

MIT

About

Chrome extension to share sound from tabs via WebRTC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published