WebStream WebRTC Screen Capture
This extension allows WebStream WebRTC connections to use the screen as a video source.
WebStream WebRTC Screen Capture क्या है?
WebStream WebRTC Screen Capture Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows WebStream WebRTC connections to use the screen as a video source."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WebStream WebRTC Screen Capture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | WebStream WebRTC Screen Capture |
ID | aiiaoeidafjmbmncceigjjbhoopljehf |
आधिकारिक URL | https://chromewebstore.google.com/detail/webstream-webrtc-screen-c/aiiaoeidafjmbmncceigjjbhoopljehf |
विवरण | This extension allows WebStream WebRTC connections to use the screen as a video source. |
फ़ाइल का आकार | 395 KB |
स्थापना संख्या | 23 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2018-11-12 |
प्रकाशन तिथि | 2018-11-11 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebStream WebRTC Screen Capture", "version": "1.0.1", "description": "This extension allows WebStream WebRTC connections to use the screen as a video source.", "icons": { "16": "WebStream-16.png", "32": "WebStream-32.png", "48": "WebStream-48.png", "128": "WebStream-128.png" }, "author": "WebStream", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/teleconnect.care\/", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "WebStream-16.png", "WebStream-32.png", "WebStream-48.png", "WebStream-128.png" ] } |