CapturePro Camera

A simple camera App to record videos and take pictures.

CapturePro Camera là gì?

CapturePro Camera là một tiện ích mở rộng Chrome được phát triển bởi Win-IT, và tính năng chính của nó là "A simple camera App to record videos and take pictures.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CapturePro Camera

Tải xuống các tệp mở rộng CapturePro Camera dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CapturePro Camera CapturePro Camera
ID igoginokckmjjoaohbimmglmbbdnhfoi
URL Chính Thức https://chromewebstore.google.com/detail/capturepro-camera/igoginokckmjjoaohbimmglmbbdnhfoi
Mô tả A simple camera App to record videos and take pictures.
Kích Thước Tệp 6.44 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-09-06
Ngày Phát Hành 2023-07-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Win-IT
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}