Webynar Recorder

Record screen activity, camera, mic, speakers in HD video format (using RecordRTC)

Webynar Recorder란 무엇입니까?

Webynar Recorder은(는) webynar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record screen activity, camera, mic, speakers in HD video format (using RecordRTC)"입니다.

확장 프로그램 스크린샷

screenshot

Webynar Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        record your sessions easy and with high quality                    

확장 프로그램 기본 정보

이름 Webynar Recorder Webynar Recorder
ID njoncjjljflelpenbbeinnhifcanjhee
공식 URL https://chromewebstore.google.com/detail/webynar-recorder/njoncjjljflelpenbbeinnhifcanjhee
설명 Record screen activity, camera, mic, speakers in HD video format (using RecordRTC)
파일 크기 829 KB
설치 횟수 7,388
현재 버전 1.8
최근 업데이트 2020-10-05
출시 날짜 2020-07-04
평점 4.40/5 총 10 개의 평점
개발자 webynar
이메일 [email protected]
결제 유형 free
지원되는 언어 fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webynar Recorder",
    "short_name": "Webynar Recorder",
    "author": "Webynar",
    "version": "1.8",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Record screen activity, camera, mic, speakers in HD video format (using RecordRTC)",
    "homepage_url": "https:\/\/webynar.ir",
    "background": {
        "scripts": [
            "background\/background.common.js",
            "background\/background.js",
            "background\/background.desktopCapture.js",
            "background\/background.tabCapture.js",
            "background\/background.badgeText.js",
            "background\/background.getUserMedia.js",
            "background\/background.messaging.js",
            "background\/background.players.js",
            "RecordRTC\/MediaStreamRecorder.js",
            "RecordRTC\/MultiStreamRecorder.js",
            "RecordRTC\/MultiStreamsMixer.js",
            "RecordRTC\/StereoAudioRecorder.js",
            "RecordRTC\/DiskStorage.js",
            "RecordRTC\/EBML.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background\/background.contentScript.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "images\/thelogo.png",
        "default_title": "Webynar Recorder",
        "default_popup": "dropdown.html"
    },
    "icons": {
        "16": "images\/thelogo.png",
        "22": "images\/thelogo.png",
        "32": "images\/thelogo.png",
        "48": "images\/thelogo.png",
        "128": "images\/thelogo.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "tabCapture",
        "activeTab",
        "",
        "identity",
        "https:\/\/www.googleapis.com\/*"
    ],
    "oauth2": {
        "client_id": "41556190767-44cbqasurg3dhfr9hmj1v90q5v8r9v46.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube.upload",
            "https:\/\/www.googleapis.com\/auth\/youtube"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/thelogo.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    }
}