Camin - Video Recorder & Virtual Webcam

Recording video demonstrations, and enhancing your video call and conference experiences with powerful virtual camera features.

Camin - Video Recorder & Virtual Webcam क्या है?

Camin - Video Recorder & Virtual Webcam https://www.camin.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Recording video demonstrations, and enhancing your video call and conference experiences with powerful virtual camera features."।

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

screenshot
screenshot

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

crx प्रारूप में Camin - Video Recorder & Virtual Webcam एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        CamIn allows you to create or record video presentations and to enhance your video calls and conferences with powerful virtual camera features, such as stickers, picture in picture video, background removal…Try it for free!                    

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

नाम Camin - Video Recorder & Virtual Webcam Camin - Video Recorder & Virtual Webcam
ID cbphgenehibfhdbkceombhcmmaobfnfd
आधिकारिक URL https://chromewebstore.google.com/detail/camin-video-recorder-virt/cbphgenehibfhdbkceombhcmmaobfnfd
विवरण Recording video demonstrations, and enhancing your video call and conference experiences with powerful virtual camera features.
फ़ाइल का आकार 551 KB
स्थापना संख्या 45
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-11-27
प्रकाशन तिथि 2023-11-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.camin.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.camin.net/
सहायता पृष्ठ URL https://support.camin.net/docs/contact-us
गोपनीयता नीति पृष्ठ URL https://share.eeo.cn/p/agreement?type=cam_privacy&lang=en
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "1.0.2",
    "author": "liuyanqing",
    "name": "Camin - Video Recorder & Virtual Webcam",
    "description": "Recording video demonstrations, and enhancing your video call and conference experiences with powerful virtual camera features.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail.7113db4b.js"
            ],
            "run_at": "document_end",
            "css": [
                "gmail.ef87580e.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.camin.net\/*",
                "http:\/\/localhost:4000\/*"
            ],
            "js": [
                "camin.cfa45d97.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "homepage_url": "https:\/\/www.camin.net",
    "host_permissions": [
        "https:\/\/dynamic.camin.net\/*",
        "https:\/\/www.camin.net\/*",
        "https:\/\/mail.google.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.camin.net\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pageWorld.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "gmail.d87ef579.png",
                "gmail.8f108491.svg",
                "gmail.93a5d608.png"
            ]
        }
    ],
    "default_locale": "en"
}