ScreenCapture
This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
ScreenCaptureとは何ですか?
ScreenCaptureはhttps://zapoj.comによって開発されたChromeの拡張機能で、その主な機能は「This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!」です。
拡張機能のスクリーンショット
ScreenCapture拡張機能のCRXファイルをダウンロード
ScreenCapture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Zapoj Screen sharing
拡張機能の基本情報
名前 | ScreenCapture |
ID | cfealimhnnpndpaoaigoeoalhgbciefa |
公式URL | https://chromewebstore.google.com/detail/screencapture/cfealimhnnpndpaoaigoeoalhgbciefa |
説明 | This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js! |
ファイルサイズ | 7.71 KB |
インストール数 | 10 |
現在のバージョン | 4.8 |
最終更新日 | 2019-10-23 |
公開日 | 2019-10-22 |
開発者 | https://zapoj.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://zapoj.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenCapture", "author": "Zapoj", "version": "4.8", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!", "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_end", "matches": [ "https:\/\/*.demo.zapoj.com\/*", "https:\/\/*.dev.zapoj.com\/*", "http:\/\/d1qbzrr1cuc5zg.cloudfront.net\/*", "https:\/\/chatapp.aadhya-analytics.com:4201\/*", "http:\/\/chatapp.aadhya-analytics.com:4201\/*", "https:\/\/127.0.0.1:4200\/*", "http:\/\/127.0.0.1:4200\/*", "http:\/\/localhost:4200\/*", "https:\/\/localhost:4200\/*", "https:\/\/52.43.138.246:3002\/*", "https:\/\/192.168.0.12:4200\/*", "https:\/\/chatapp.aadhya-analytics.com:30001\/*", "https:\/\/webrtc.demo.zapoj.com\/*", "https:\/\/webrtc.dev.zapoj.com\/*", "https:\/\/192.168.1.8:4200\/*", "http:\/\/192.168.1.8:4200\/*", "https:\/\/d1qbzrr1cuc5zg.cloudfront.net\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |