Video Screen Recorder
Record your computer's screen with just one click!
Co je Video Screen Recorder?
Video Screen Recorder je rozšíření Chrome vyvinuté AllWall, a jeho hlavní funkcí je „Record your computer's screen with just one click!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Video Screen Recorder
Stáhněte si soubory rozšíření Video Screen Recorder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ononjdlajdkflnocgjiihiipagglgpio |
Oficiální URL | https://chrome.google.com/webstore/detail/video-screen-recorder/ononjdlajdkflnocgjiihiipagglgpio |
Popis | Record your computer's screen with just one click! |
Velikost souboru | 49.56 KB |
Počet instalací | 64,350 |
Aktuální Verze | 0.1.4 |
Poslední Aktualizace | 2022-12-29 |
Datum Vydání | 2018-09-17 |
Hodnocení | 3.55/5 Celkem 58 Hodnocení |
Vývojář | AllWall |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://yello8.com/apps/volume.html |
Podporované Jazyky | 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" } } |