Video Downloader for Chrome

🚀 Save any video with ease! Video Downloader for Chrome extension saves your favorite content in just one click. Download now!

Video Downloader for Chrome란 무엇입니까?

Video Downloader for Chrome은(는) https://videosaverpro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "🚀 Save any video with ease! Video Downloader for Chrome extension saves your favorite content in just one click. Download now!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Video Downloader for Chrome browser is an essential tool for anyone who wants to save videos from the internet. This Chrome extension allows users to easily save videos from a variety of websites, including instructional videos, game videos, workout videos, news, and movies, with just one click.

One of the main advantages of Video Downloader for Chrome is the ability to run saved videos later, even without an internet connection. This means that you can save files and share funny moments with friends, and keep files on your PC for future watching. With the built-in player, you can even play videos offline without buffering.

Using our extension is incredibly easy. Simply browse the website with the Chrome browser, click on the extension icon in the top right of the browser, and auto-detect videos. Then, tap the "Download" button in the popup and choose which video files you want to save. It's that simple!

Note. Video Downloader for Chrome doesn't guarantee 100% results, in cases when a video is not found or users open the extension on the wrong pages, the extension shows the message - "Video not found".                    

확장 프로그램 기본 정보

이름 Video Downloader for Chrome Video Downloader for Chrome
ID ihackilhcefdlfoehlhlamloflhofcme
공식 URL https://chrome.google.com/webstore/detail/video-downloader-for-chro/ihackilhcefdlfoehlhlamloflhofcme
설명 🚀 Save any video with ease! Video Downloader for Chrome extension saves your favorite content in just one click. Download now!
파일 크기 492 KB
설치 횟수 4,097,382
현재 버전 2.7
최근 업데이트 2023-06-28
출시 날짜 2020-09-30
평점 4.56/5 총 1087 개의 평점
개발자 https://videosaverpro.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://videosaverpro.com/
개인정보 보호 정책 페이지 URL https://videosaverpro.com/privacy-policy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,hi,bn,gu,ta,te,ml,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "2.7",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "",
        "activeTab",
        "tabs",
        "downloads"
    ],
    "browser_action": {
        "default_title": "Video Downloader professional",
        "default_icon": "resources\/icons\/app\/inactive_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "resources\/icons\/app\/128.png",
        "64": "resources\/icons\/app\/64.png",
        "32": "resources\/icons\/app\/32.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "manifest_version": 2
}