Video Camera

Screenshot video to image in one click

ما هو Video Camera؟

Video Camera هو إضافة Chrome تم تطويرها بواسطة Volope Develop، والميزة الرئيسية لها هي "Screenshot video to image in one click".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Video Camera

قم بتنزيل ملفات الامتداد Video Camera بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Capture a picture from video in one click.

Capturing a photo from a video is fairly simple in VideoCamera.

To begin capturing a picture from your video, click the capture button in right bottom corner.

No ads, spyware and unnecessary permissions - you're just in a one click away from an ideal capture.

### What you can do with VideoCamera
✓ Capturing a photo from a video
✓ Save image to disk as PNG
✓ Copy to clipboard
✓ Print
✓ Edit Image

### Coming Soon
✓ Upload to Twitter, ImageShack, Flickr, EasyCaptures, ImgBB, custom FTP or HTTP servers                    

معلومات أساسية عن التمديد

الاسم Video Camera Video Camera
ID fgfffdaogehmmaolhbfaljnjmgglakfc
عنوان URL الرسمي https://chromewebstore.google.com/detail/video-camera/fgfffdaogehmmaolhbfaljnjmgglakfc
الوصف Screenshot video to image in one click
حجم الملف 3.25 MB
عدد التثبيتات 160
النسخة الحالية 1.0.1
آخر تحديث 2022-03-23
تاريخ النشر 2022-03-22
المطور Volope Develop
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "short_name": "Video Camera",
    "name": "Video Camera",
    "description": "Screenshot video to image in one click",
    "action": {
        "default_title": "Video Camera",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        }
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self';     object-src 'self'"
    }
}