Video Downloader - Masters Tool

Master tool for video lovers. Save files to your laptop to watch them later

Video Downloader - Masters Tool란 무엇입니까?

Video Downloader - Masters Tool은(는) Ann Bybee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Master tool for video lovers. Save files to your laptop to watch them later"입니다.

확장 프로그램 스크린샷

screenshot

Video Downloader - Masters Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Fast and easy solution to download online video is available now for free and without registration. Browser extension Video Downloader - Masters Tool allows you to save files from just in one click within a few seconds. 

All you need is choosing interesting file and open the extension's menu where you will find a list of files and download button.                    

확장 프로그램 기본 정보

이름 Video Downloader - Masters Tool Video Downloader - Masters Tool
ID gknpodehheefakjkdhfhjhdajdpilnao
공식 URL https://chromewebstore.google.com/detail/video-downloader-masters/gknpodehheefakjkdhfhjhdajdpilnao
설명 Master tool for video lovers. Save files to your laptop to watch them later
파일 크기 475 KB
설치 횟수 170
현재 버전 5.2.0
최근 업데이트 2022-11-01
출시 날짜 2022-11-01
개발자 Ann Bybee
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "5.2.0",
    "background": {
        "service_worker": ".\/js\/background.js",
        "type": "module"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": ".\/icons\/download_inactive.png",
        "default_popup": ".\/popup.html"
    },
    "icons": {
        "128": ".\/icons\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/js\/lib\/jquery-3.2.1.min.js",
                ".\/js\/lib\/yt-lib.js",
                ".\/js\/lib\/tools.js",
                ".\/js\/lib\/_config.js",
                ".\/js\/pr\/abstract.js",
                ".\/js\/pr\/fb.js",
                ".\/js\/pr\/dm.js",
                ".\/js\/pr\/in.js",
                ".\/js\/pr\/vm.js",
                ".\/js\/pr\/vk.js",
                ".\/js\/pr\/xx.js",
                ".\/js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webRequest",
        "storage",
        "activeTab",
        "downloads",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}