Capturador de pantalla webRTC
webRTC screen capturing extension
What is Capturador de pantalla webRTC?
Capturador de pantalla webRTC is a Chrome extension developed by wellnessdeveloper, and its main feature is "webRTC screen capturing extension".
Download Capturador de pantalla webRTC Extension CRX File
Download Capturador de pantalla webRTC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Al instalar esta extensión podrás compartir tu escritorio en la aplicación
Extension Basic Information
Name | ![]() |
ID | hhjjfidgceplcgdlmmipcenhbdnhkhkg |
Official URL | https://chrome.google.com/webstore/detail/capturador-de-pantalla-we/hhjjfidgceplcgdlmmipcenhbdnhkhkg |
Description | webRTC screen capturing extension |
File Size | 7.4 KB |
Installation Count | 15 |
Current Version | 3.3 |
Last Updated | 2014-10-02 |
Publish Date | 2014-10-02 |
Developer | wellnessdeveloper |
Payment Type | free |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Capturador de pantalla webRTC", "author": "Muaz Khan", "version": "3.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "webRTC screen capturing extension", "homepage_url": "https:\/\/www.webrtc-experiment.com\/getScreenId\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/89.140.10.39\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |