Video Downloader Plus

Video Downloader Plus is the best way to download video from Chrome. Free video saver utility for all video formats.

Video Downloader Plus란 무엇입니까?

Video Downloader Plus은(는) VideoLoader Plus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Video Downloader Plus is the best way to download video from Chrome. Free video saver utility for all video formats."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This simple but very powerful app allows you to take any high definition video from almost any website quickly and efficiently. You can save in original high definition quality, or get it in standard definition (MP4).

Save files and share with friends funny moments. Keep downloaded files on your PC for future watching. 

Run the extension later at any time even without an internet connection. Save files and share with friends funny moments. Keep downloaded files on your PC for future watching.

We offers a range of useful features, including the ability to download video as a file to your PC and the opportunity to review them later offline. You can save file in different available formats and qualities according to your needs, including 720p, 1080p, 2K, and 4K. 

With this downloader no need to guess the file size or the resolution. It's detects all resolutions available, so you can choose according to your needs what size is the best.

Please, rate it with 5 stars, share it with your friends.                    

확장 프로그램 기본 정보

이름 Video Downloader Plus Video Downloader Plus
ID cjljdgfhkjbdbkcdkfojleidpldagmao
공식 URL https://chromewebstore.google.com/detail/video-downloader-plus/cjljdgfhkjbdbkcdkfojleidpldagmao
설명 Video Downloader Plus is the best way to download video from Chrome. Free video saver utility for all video formats.
파일 크기 2.36 MB
설치 횟수 984,134
현재 버전 1.1.11
최근 업데이트 2023-09-29
출시 날짜 2020-10-21
평점 4.31/5 총 1153 개의 평점
개발자 VideoLoader Plus
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://savevideoplus.com/privacy-policy.html
지원되는 언어 en,es,pt-PT,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.11",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDescription__",
    "default_locale": "en",
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "64": "icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "downloads",
        "storage",
        "webRequest",
        "tabs",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}