Web Cam - Record Video or Image

Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…

Web Cam - Record Video or Image क्या है?

Web Cam - Record Video or Image ClearApps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Web Cam - Record Video or Image एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Capture any website with interactions as video or Image.

Capture video played in any website like youtube as a video.
Record any step by step process in a website as a video or set of images.
Screen shot of any website as image.

For any bug or enhancement request please write to me at [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Web Cam - Record Video or Image Web Cam - Record Video or Image
ID hjpdibahpcalhlgndellckjenjakalbo
आधिकारिक URL https://chromewebstore.google.com/detail/web-cam-record-video-or-i/hjpdibahpcalhlgndellckjenjakalbo
विवरण Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…
फ़ाइल का आकार 1.05 MB
स्थापना संख्या 5,465
वर्तमान संस्करण 1.4
अंतिम अपडेट 2016-12-18
प्रकाशन तिथि 2016-12-18
रेटिंग 3.39/5 कुल 51 रेटिंग्स
डेवलपर ClearApps
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Cam - Record Video or Image",
    "version": "1.4",
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Capture any website or your actions in a website as video or Images"
    }
}