CapturePro Camera

A simple camera App to record videos and take pictures.

Co to jest CapturePro Camera?

CapturePro Camera to rozszerzenie Chrome opracowane przez Win-IT, a jego główną funkcją jest „A simple camera App to record videos and take pictures.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CapturePro Camera

Pobierz pliki rozszerzeń CapturePro Camera w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CapturePro Camera CapturePro Camera
ID igoginokckmjjoaohbimmglmbbdnhfoi
Oficjalny URL https://chromewebstore.google.com/detail/capturepro-camera/igoginokckmjjoaohbimmglmbbdnhfoi
Opis A simple camera App to record videos and take pictures.
Rozmiar pliku 6.44 KB
Liczba instalacji 2,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-09-06
Data Publikacji 2023-07-07
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Win-IT
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}