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 |
| 官方網址 | 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"
]
} | |