You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Record full screen, apps' screen, youtube audio, and more. [download source](https://github.com/muaz-khan/Chrome-Extensions/tree/master/screen-recording) or [install from Google Web Store](https://chrome.google.com/webstore/detail/recordrtc/ndcljioonkecdnaaihodjgiliohngojp)
14
+
2. Share full screen, apps' screen, youtube audio, and more. [download source](https://github.com/muaz-khan/Chrome-Extensions/tree/master/desktopCapture-p2p) or [install from Google Web Store](https://chrome.google.com/webstore/detail/webrtc-desktop-sharing/nkemblooioekjnpfekmjhpgkackcajhg)
15
+
3. Access/capture screen from any HTTPs domain. [download source](https://github.com/muaz-khan/Chrome-Extensions/tree/master/desktopCapture) or [install from Google Web Store](https://chrome.google.com/webstore/detail/screen-capturing/ajhifddimkapgcifgcodmmfdlknahffk)
16
+
4. Share selected tab. [download source](https://github.com/muaz-khan/Chrome-Extensions/tree/master/tabCapture) or [install from Google Web Store](https://chrome.google.com/webstore/detail/tab-capturing-sharing/pcnepejfgcmidedoimegcafiabjnodhk)
17
+
5. Share files peer-to-peer. [download source](https://github.com/muaz-khan/Chrome-Extensions/tree/master/file-sharing) or [install from Google Web Store](https://chrome.google.com/webstore/detail/tab-capturing-sharing/pcnepejfgcmidedoimegcafiabjnodhk)
[Chrome-Extensions](https://github.com/muaz-khan/Chrome-Extensions) are released under [MIT licence](https://www.webrtc-experiment.com/licence/) . Copyright (c) [Muaz Khan](http://www.MuazKhan.com/).
# WebRTC [Chrome Extension](https://github.com/muaz-khan/Chrome-Extensions/tree/master/desktopCapture-p2p) for Peer-to-Peer Screen Sharing
2
2
3
-
This chrome extension not only captures content of screen, but also provides multi-user peer-to-peer screen streaming.
3
+
1. Share full screen
4
+
2. Share any app's screen
5
+
3. Share youtube video (+audio)
6
+
4. Share selected tab + all audios being played on the tab
7
+
5. Choose 1080p, 720p resolutions
4
8
5
9
## How to install?
6
10
@@ -27,48 +31,6 @@ To learn more about how to publish a chrome extension in Google App Store:
27
31
28
32
*https://developer.chrome.com/webstore/publish
29
33
30
-
## How to add inline-install button?
31
-
32
-
**Make sure that you added and verified your webpage/domain using Google WebMaster tools.** Additional instructions available [here](https://support.google.com/webmasters/answer/35179?hl=en).
33
-
34
-
```html
35
-
<!DOCTYPE html>
36
-
<html>
37
-
<head>
38
-
<!-- head; this <link> tag MUST be in <head> section -->
0 commit comments