VidFuse Screen Capturing
WebRTC screen capturing extension for VidFuse
What is VidFuse Screen Capturing?
VidFuse Screen Capturing is a Chrome extension developed by NOVP, and its main feature is "WebRTC screen capturing extension for VidFuse".
Extension Screenshots
Download VidFuse Screen Capturing Extension CRX File
Download VidFuse Screen Capturing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Please install this extension to record video in VidStitch.
Extension Basic Information
Name | |
ID | ejcnaeoghcpoeokoiobolljonggadmgd |
Official URL | https://chrome.google.com/webstore/detail/vidfuse-screen-capturing/ejcnaeoghcpoeokoiobolljonggadmgd |
Description | WebRTC screen capturing extension for VidFuse |
File Size | 16.88 KB |
Installation Count | 24 |
Current Version | 2.0.1 |
Last Updated | 2018-02-02 |
Publish Date | 2018-02-02 |
Developer | NOVP |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://vidthere.com/privacy |
Supported Languages | 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" ] } |