CapturePro Camera

A simple camera App to record videos and take pictures.

CapturePro Cameraとは何ですか?

CapturePro CameraはWin-ITによって開発されたChromeの拡張機能で、その主な機能は「A simple camera App to record videos and take pictures.」です。

拡張機能のスクリーンショット

screenshot

CapturePro Camera拡張機能のCRXファイルをダウンロード

CapturePro Camera拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 CapturePro Camera CapturePro Camera
ID igoginokckmjjoaohbimmglmbbdnhfoi
公式URL https://chromewebstore.google.com/detail/capturepro-camera/igoginokckmjjoaohbimmglmbbdnhfoi
説明 A simple camera App to record videos and take pictures.
ファイルサイズ 6.44 KB
インストール数 2,000
現在のバージョン 1.0
最終更新日 2023-09-06
公開日 2023-07-07
評価 5.00/5 合計 2 レビュー
開発者 Win-IT
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}