Video Downloader by 1qvid
Video Downloader by 1qvid is the best way to download video online.
Video Downloader by 1qvid란 무엇입니까?
Video Downloader by 1qvid은(는) http://1qvid.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Video Downloader by 1qvid is the best way to download video online."입니다.
확장 프로그램 스크린샷
Video Downloader by 1qvid 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1q Video Downloader is a powerful media utility to save videos from popular video hubs. It's exactly what you are waiting for. 1q Video Downloader is the easiest and fastest way to download online video from mainstream websites. It's an advanced tool to download online video and save it for later. Watch favorite moments with friends or show useful guides to business partners even if you aren't online. Save interested video files to review them later on your PC. We have created a product that enhances your social network experience and allows you to save each video file and enjoy it late offline. Find and download online videos from different sources and gather your own collection of music clips, funny cats or fitness workouts. Take videos with yourself and run it offline at any time. Training videos from Twitter or jokes from Facebook, exciting travels from Vimeo or even entertainment for the dates from Twitter, all these and even more are available now for online downloading. Be ready for any move with the collection of downloaded videos. All this time you were looking for an advanced solution for video downloading, but all of them work only with one or two video sources. Glad to announce that 1 is a perfect solution for downloading online videos from each big website from the web. Use 1q Video Downloader for free without any registration. Among the other useful features 1 saves videos as a file to your PC and gives an opportunity to review it later offline. Save in different available formats and qualities according to your needs. Chrome professional video downloader and music downloader, you can download videos and music online. Free, secure and easy to use. 1q video downloader - Best m3u8 downloader Chrome extension to download m3u8 or audio in Chrome quickly and easily. It is also an HLS streaming downloader. It can detect M3U8 files and download TS files from them. All HLS streams will be downloaded and merged into MP4. It allows you to keep your favorite live streams! You can now download live streams to your hard drive with this m3u8 downloader! You can preview m3u8 before downloading. Before downloading, you can check the size and format of m3u8. You can choose m3u8 quality in the download page before downloading. You don't need to register an account to use this m3u8 downloader. You can download any m3u8 or audio. This m3u8 downloader is free to use. When visiting a webpage containing m3u8, 1 video downloader can automatically find m3u8 available for download, and users only need to click the 1q video downloader extension icon in the upper right corner of chrome to start downloading. It is free, fast, and safe, and has been fully evaluated by the official chrome. You can install this extension with confidence. Support recording mode, m3u8, which is difficult to download conventionally, can be downloaded by recording. Support HLS and m3u8 live download. Note that some web pages require you to start playing m3u8 first to help 1 video downloader discover m3u8 to download. Please keep in mind that this extension is not responsible for the content you download, so please check the copyright and permissions of the content before downloading.
확장 프로그램 기본 정보
이름 | Video Downloader by 1qvid |
ID | mldaiedoebimcgkokmknonjefkionldi |
공식 URL | https://chrome.google.com/webstore/detail/video-downloader-by-1qvid/mldaiedoebimcgkokmknonjefkionldi |
설명 | Video Downloader by 1qvid is the best way to download video online. |
파일 크기 | 1.47 MB |
설치 횟수 | 976,548 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2023-06-20 |
출시 날짜 | 2020-06-23 |
평점 | 4.66/5 총 7453 개의 평점 |
개발자 | http://1qvid.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://1qvid.com/privacy-policy |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,mr,hi,bn,gu,ta,te,ml,th,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_desc__", "short_name": "__MSG_name__", "background": { "scripts": [ "static\/js\/background.js" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.min.js", ".\/static\/js\/app.js", ".\/static\/js\/content.js" ], "css": [ ".\/static\/css\/app.css", ".\/styles\/sidebar.css", ".\/styles\/button.css" ], "all_frames": false } ], "browser_action": { "default_icon": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_title": "__MSG_name__", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "*:\/\/*\/*", "storage", "downloads", "webRequest", "webRequestBlocking" ], "web_accessible_resources": [ "*" ], "version": "1.1.2" } |