CapturePro Camera

A simple camera App to record videos and take pictures.

Was ist CapturePro Camera?

CapturePro Camera ist eine Chrome-Erweiterung, die von Win-IT entwickelt wurde, und ihr Hauptmerkmal ist "A simple camera App to record videos and take pictures.".

Erweiterungsscreenshots

screenshot

CapturePro Camera-Erweiterungs-CRX-Datei herunterladen

Laden Sie CapturePro Camera-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CapturePro Camera CapturePro Camera
ID igoginokckmjjoaohbimmglmbbdnhfoi
Offizielle URL https://chromewebstore.google.com/detail/capturepro-camera/igoginokckmjjoaohbimmglmbbdnhfoi
Beschreibung A simple camera App to record videos and take pictures.
Dateigröße 6.44 KB
Installationsanzahl 2,000
Aktuelle Version 1.0
Letztes Update 2023-09-06
Veröffentlichungsdatum 2023-07-07
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Win-IT
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}