CapturePro Camera

A simple camera App to record videos and take pictures.

Cos'è CapturePro Camera?

CapturePro Camera è un'estensione di Chrome sviluppata da Win-IT, e la sua funzione principale è "A simple camera App to record videos and take pictures.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CapturePro Camera

Scarica i file di estensione CapturePro Camera in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CapturePro Camera CapturePro Camera
ID igoginokckmjjoaohbimmglmbbdnhfoi
URL Ufficiale https://chromewebstore.google.com/detail/capturepro-camera/igoginokckmjjoaohbimmglmbbdnhfoi
Descrizione A simple camera App to record videos and take pictures.
Dimensione del File 6.44 KB
Conteggio Installazioni 2,000
Versione Corrente 1.0
Ultimo Aggiornamento 2023-09-06
Data di Pubblicazione 2023-07-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Win-IT
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}