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"
]
} | |