Video Screen Recorder
Record your computer's screen with just one click!
What is Video Screen Recorder?
Video Screen Recorder is a Chrome extension developed by AllWall, and its main feature is "Record your computer's screen with just one click!".
Extension Screenshots
Download Video Screen Recorder Extension CRX File
Download Video Screen Recorder 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
Absolutely fantastic extension, allows you to shoot video from the screen in just one click. Functions: Screen capture. Grab the required area. Automatic video downloading. Features: - Record entire Desktop or a specific application - Narrate with your microphone’s audio - Customize your resolution - Save and manage videos locally - No watermarks - Unlimited recording time
Extension Basic Information
Name | |
ID | ononjdlajdkflnocgjiihiipagglgpio |
Official URL | https://chrome.google.com/webstore/detail/video-screen-recorder/ononjdlajdkflnocgjiihiipagglgpio |
Description | Record your computer's screen with just one click! |
File Size | 49.56 KB |
Installation Count | 64,350 |
Current Version | 0.1.4 |
Last Updated | 2022-12-29 |
Publish Date | 2018-09-17 |
Rating | 3.55/5 Total 58 Ratings |
Developer | AllWall |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://yello8.com/apps/volume.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4", "manifest_version": 2, "name": "Video Screen Recorder", "short_name": "screen recorder lite", "background": { "page": "lib\/chrome\/background.html" }, "description": "Record your computer's screen with just one click!", "permissions": [ "storage", "downloads", "notifications", "desktopCapture" ], "browser_action": { "default_title": "Screen 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" } } |