Video Downloader Handy
Download your favorite videos and store them locally. Very handy!
Video Downloader Handy란 무엇입니까?
Video Downloader Handy은(는) puper.technology에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download your favorite videos and store them locally. Very handy!"입니다.
확장 프로그램 스크린샷
Video Downloader Handy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
📹 Download videos yourself from your favorite websites to watch locally! ⏬ The extension is designed to download from any sites where downloading videos is legal and allowed! 🌈 Download and save videos playable on the hard disk of the website 🌈 Choose between different video views 🌈 In playback mode, you can find MP4 videos 🌈 You can add a video to a list from which you have quick access to it and you can play it at any time without having to go back to the original web page. 🌈 You have the ability to play videos in any size 😌 If you have problems or videos that cannot be downloaded, please do not give a bad rating, but email us at [email protected] and help us improve this software. Thanks! ⚖️ The extension does not work for YouTube, Instagram, Dailymotion, Vk and Tiktok due to restrictions
확장 프로그램 기본 정보
이름 | |
ID | aepidlinkpnbmfpnhndilmgpmdjhajad |
공식 URL | https://chrome.google.com/webstore/detail/video-downloader-handy/aepidlinkpnbmfpnhndilmgpmdjhajad |
설명 | Download your favorite videos and store them locally. Very handy! |
파일 크기 | 221 KB |
설치 횟수 | 2,872 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2021-11-26 |
출시 날짜 | 2021-11-26 |
평점 | 3.50/5 총 18 개의 평점 |
개발자 | puper.technology |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://poqdev.com/privacity |
지원되는 언어 | de,en,fr,nl,es,ru |
manifest.json | |
{ "background": { "page": "extension\/background.html" }, "browser_action": { "default_icon": "icon19c.png", "default_title": "Video Downloader Handy" }, "content_scripts": [ { "all_frames": false, "js": [ "video\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon128.png", "16": "icon.png", "48": "icon48.png" }, "incognito": "split", "manifest_version": 2, "name": "__MSG_appName__", "options_page": "startpage\/index.html?options=1", "permissions": [ "webRequest", "webRequestBlocking", " |