Video Recorder
Easily record video & audio from your computer's camera!
Video Recorder क्या है?
Video Recorder Grephy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily record video & audio from your computer's camera!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Video Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Video Recorder is an extension that helps you record video (including audio) via your computer's camera. To work with this addon, please click on the toolbar button to open the interface. To start recording, please click on the - Start Recording - button. The app will ask you to permit the camera access. You can also mark the - Access microphone - option to include audio in the recording. Please note that the final video will be downloaded to the default download location in your system. Note: Downloaded video is in "webm" format. To get more information about this video format, please visit the (https://en.wikipedia.org/wiki/WebM) page. You can use third-party software to change the " .webm" format to a desired one. To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/video-recorder.html).
एक्सटेंशन की मूल जानकारी
नाम | Video Recorder |
ID | cbalelmobgpampmaodiapfnlommefjfp |
आधिकारिक URL | https://chromewebstore.google.com/detail/video-recorder/cbalelmobgpampmaodiapfnlommefjfp |
विवरण | Easily record video & audio from your computer's camera! |
फ़ाइल का आकार | 29.86 KB |
स्थापना संख्या | 32,496 |
वर्तमान संस्करण | 0.1.8 |
अंतिम अपडेट | 2024-03-05 |
प्रकाशन तिथि | 2019-11-28 |
रेटिंग | 2.10/5 कुल 61 रेटिंग्स |
डेवलपर | Grephy |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mybrowseraddon.com/video-recorder.html |
सहायता पृष्ठ URL | https://mybrowseraddon.com/video-recorder.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.8", "manifest_version": 3, "offline_enabled": true, "name": "Video Recorder", "homepage_url": "https:\/\/mybrowseraddon.com\/video-recorder.html", "description": "Easily record video & audio from your computer's camera!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus" ], "action": { "default_title": "Video Recorder", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |