CapturePro Camera

A simple camera App to record videos and take pictures.

What is CapturePro Camera?

CapturePro Camera is a Chrome extension developed by Win-IT, and its main feature is "A simple camera App to record videos and take pictures.".

Extension Screenshots

screenshot

Download CapturePro Camera Extension CRX File

Download CapturePro 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

                        A simple camera App to record videos and take pictures. Enhance your browsing experience with a Camera Chrome Extension. Capture high-quality images and videos directly from your browser with just a click. Whether you need to snap a quick photo or record a video, our extension provides a seamless and convenient way to capture visual content without leaving your favourite websites. Take snapshots, or create engaging video content effortlessly. Unlock the power of photography and videography in your device right in your Chrome browser with this simple and ultra fast Camera Extension.                    

Extension Basic Information

Name CapturePro Camera CapturePro Camera
ID igoginokckmjjoaohbimmglmbbdnhfoi
Official URL https://chromewebstore.google.com/detail/capturepro-camera/igoginokckmjjoaohbimmglmbbdnhfoi
Description A simple camera App to record videos and take pictures.
File Size 6.44 KB
Installation Count 2,000
Current Version 1.0
Last Updated 2023-09-06
Publish Date 2023-07-07
Rating 5.00/5 Total 2 Ratings
Developer Win-IT
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CapturePro Camera",
    "description": "A simple camera App to record videos and take pictures.",
    "manifest_version": 3,
    "version": "1.0",
    "action": [],
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/?&hl=enasdasdasddasdasdassssssssssssssssssssssssssssewwr32"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}