CapturePro Camera

A simple camera App to record videos and take pictures.

Vad är CapturePro Camera?

CapturePro Camera är en Chrome-tillägg utvecklad av Win-IT, och dess huvudfunktion är "A simple camera App to record videos and take pictures.".

Tilläggsskärmbilder

screenshot

Ladda ner CapturePro Camera-förlängningens CRX-fil

Ladda ner CapturePro Camera-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn CapturePro Camera CapturePro Camera
ID igoginokckmjjoaohbimmglmbbdnhfoi
Officiell webbadress https://chromewebstore.google.com/detail/capturepro-camera/igoginokckmjjoaohbimmglmbbdnhfoi
Beskrivning A simple camera App to record videos and take pictures.
Filstorlek 6.44 KB
Antal Installationer 2,000
Aktuell Version 1.0
Senast Uppdaterad 2023-09-06
Publiceringsdatum 2023-07-07
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Win-IT
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}