Video Camera

Screenshot video to image in one click

What is Video Camera?

Video Camera is a Chrome extension developed by Volope Develop, and its main feature is "Screenshot video to image in one click".

Extension Screenshots

screenshot
screenshot
screenshot

Download Video Camera Extension CRX File

Download Video Camera 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

                        Capture a picture from video in one click.

Capturing a photo from a video is fairly simple in VideoCamera.

To begin capturing a picture from your video, click the capture button in right bottom corner.

No ads, spyware and unnecessary permissions - you're just in a one click away from an ideal capture.

### What you can do with VideoCamera
✓ Capturing a photo from a video
✓ Save image to disk as PNG
✓ Copy to clipboard
✓ Print
✓ Edit Image

### Coming Soon
✓ Upload to Twitter, ImageShack, Flickr, EasyCaptures, ImgBB, custom FTP or HTTP servers                    

Extension Basic Information

Name Video Camera Video Camera
ID fgfffdaogehmmaolhbfaljnjmgglakfc
Official URL https://chromewebstore.google.com/detail/video-camera/fgfffdaogehmmaolhbfaljnjmgglakfc
Description Screenshot video to image in one click
File Size 3.25 MB
Installation Count 160
Current Version 1.0.1
Last Updated 2022-03-23
Publish Date 2022-03-22
Developer Volope Develop
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "short_name": "Video Camera",
    "name": "Video Camera",
    "description": "Screenshot video to image in one click",
    "action": {
        "default_title": "Video Camera",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        }
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self';     object-src 'self'"
    }
}