Capturador de pantalla webRTC
webRTC screen capturing extension
什么是Capturador de pantalla webRTC?
Capturador de pantalla webRTC是由wellnessdeveloper开发的Chrome扩展程序,该扩展的主要功能是“webRTC screen capturing extension”。
下载Capturador de pantalla webRTC扩展crx文件
下载Capturador de pantalla webRTC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Al instalar esta extensión podrás compartir tu escritorio en la aplicación
扩展基本信息
名称 | ![]() |
ID | hhjjfidgceplcgdlmmipcenhbdnhkhkg |
官方URL | https://chrome.google.com/webstore/detail/capturador-de-pantalla-we/hhjjfidgceplcgdlmmipcenhbdnhkhkg |
简介 | webRTC screen capturing extension |
文件大小 | 7.4 KB |
安装次数 | 15 |
当前版本 | 3.3 |
更新时间 | 2014-10-02 |
上架时间 | 2014-10-02 |
开发者 | wellnessdeveloper |
付费类型 | free |
支持的语言 | 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" ] } |