Z Recorded Video Downloader

Z Recorded Video Downloader

Z Recorded Video Downloader란 무엇입니까?

Z Recorded Video Downloader은(는) Yohan Rathnayaka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Z Recorded Video Downloader"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Z Recorded Video Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        "Zoom™" recording videos that are not allowed to download, you can easily download them using this extension

~~~~~~~STEP~~~~~~~
1. First, go to the Zoom™ Recorded video
2. Then you can see "Right click here and click Save link as..." button
3. Right-click the mouse on the button
4. Click the "Save link as..."

Zoom™ is a registered trade mark of Zoom™ Inc. The use of the Zoom™  trade name or trademark is for identification, reference or descriptive. This  extension has no connection to Zoom™ Inc or their product brand.  All the occurrences of the word "Zoom" is for descriptive purpose only.                    

확장 프로그램 기본 정보

이름 Z Recorded Video Downloader Z Recorded Video Downloader
ID pfephgbbpbfofokgkhmpgojohjcemjao
공식 URL https://chromewebstore.google.com/detail/z-recorded-video-download/pfephgbbpbfofokgkhmpgojohjcemjao
설명 Z Recorded Video Downloader
파일 크기 44.55 KB
설치 횟수 180
현재 버전 1.2
최근 업데이트 2022-11-07
출시 날짜 2022-11-06
개발자 Yohan Rathnayaka
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/goodtechsolution/home
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Z Recorded Video Downloader",
    "description": "Z Recorded Video Downloader",
    "version": "1.2",
    "options_page": "popup.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zoom.us\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "icons": {
        "120": "img\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "Z Recorded Video Downloader",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.zoom.us\/*"
            ],
            "resources": [
                "img\/*"
            ]
        }
    ]
}