VidFuse Screen Capturing
WebRTC screen capturing extension for VidFuse
VidFuse Screen Capturing क्या है?
VidFuse Screen Capturing NOVP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WebRTC screen capturing extension for VidFuse"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VidFuse Screen Capturing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Please install this extension to record video in VidStitch.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ejcnaeoghcpoeokoiobolljonggadmgd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/vidfuse-screen-capturing/ejcnaeoghcpoeokoiobolljonggadmgd |
विवरण | WebRTC screen capturing extension for VidFuse |
फ़ाइल का आकार | 16.88 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2018-02-02 |
प्रकाशन तिथि | 2018-02-02 |
डेवलपर | NOVP |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://vidthere.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VidFuse Screen Capturing", "author": "VidFuse", "version": "2.0.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebRTC screen capturing extension for VidFuse", "homepage_url": "https:\/\/vidfuse.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*.loc\/*", "*:\/\/*.vidfuse.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon16.png", "icon48.png", "icon128.png" ] } |