Screen Capturing Chrome Extension

Extension, screen, quot, webrtc, https, chrome, capturing, html, pages, sharing, master, tree, deploy, code, getscreenid

Screen Capturing for Chrome Download

  • Chrome Extension Page
    Deleted from Chrome Web store
  • Total Number of Extension users:
    11.7K +
  • Reviewed by :
    51 Chrome Users
  • Author Name:
    www.webrtc-experiment.com
Screen Capturing chrome extension is Capture full-screen or specific application's screen on any HTTPs domain!.

Capture full-screen or specific application's screen on any HTTPs domain!.

This webrtc screen capturing extension can be used in all domains, in all WebRTC applications :) It merely captures the screen and returns sourceId.

Your application can use that sourceId to use screen stream.

It is open-sourced here: https://github.com/muaz-khan/Chrome-Extensions/tree/master/desktopCapture Use getScreenId.js: https://www.webrtc-experiment.com/getScreenId/ --------------------------------------- FOR THOSE WHO wanna understand insights: --------------------------------------- This chrome extension doesnt do anything itself.

It simply plays role of a "helper".

Your HTML pages can make requests to this extension, and itll a "string" back to your HTML page.

That "string" can be used along with "getUserMedia" API to capture screen.-------it is all out of security concerns regarding sharing the screens.

If you dont want to deploy similar extension yourself, then you simply need to use following code in your HTML page to support screen capturing: https://github.com/muaz-khan/WebRTC-Experiment/tree/master/getScreenId.js If youre advance user, and you want to deploy a private/public extension for your own company, then you can take the entire extension code from this link: https://github.com/muaz-khan/Chrome-Extensions/tree/master/desktopCapture After deploying your extension yourself, you can use following script to integrate screen capturing in your HTML pages: https://github.com/muaz-khan/Chrome-Extensions/tree/master/Screen-Capturing.js Again, just for clarification: 1) This extension doesnt do anything itself 2) Your HTML pages can make requests to get a string named as "source-id" 3) Then your HTML pages can use that "source-id" to capture screen Just for your information, there is another extension as well that allows you share screen by clicking extension-icon (from toolbar).

That extension isnt integrated in your HTML pages.

In simple words, it is a standalone extension: https://chrome.google.com/webstore/detail/webrtc-desktop-sharing/nkemblooioekjnpfekmjhpgkackcajhg

Screen Capturing is deleted from https://chrome.google.com/webstore/. Previously it is on chrome store,its urls is https://chrome.google.com/webstore/detail/screen-capturing/ajhifddimkapgcifgcodmmfdlknahffk

Screen Capturing Related Chrome Extensions