Video & Audio Downloader
Easily download video & audio streams via toolbar popup.
Video & Audio Downloader란 무엇입니까?
Video & Audio Downloader은(는) chYer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily download video & audio streams via toolbar popup."입니다.
확장 프로그램 스크린샷
Video & Audio Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Video & Audio Downloader is an extension that enhances the process of downloading media files (video & audio) from the internet. Badge icon text shows the number of captured items. ### Important note ### : Video & Audio Downloader add-on is NOT working for YouTube website or any other YouTube videos embedded in other websites due to Google, YouTube, and Chrome web store policies and restrictions. ### Important note ### : Video & Audio Downloader add-on is NOT responsible for the media content(s) that you download with this add-on. You are responsible for verifying the media's copyright permission before downloading anything from the internet. To work with this add-on, simply browse to a website with online media content. Once the media (video or audio) is loaded and played, the addon automatically detects the media and renders it in toolbar popup. Within the popup, you can download media items easily. Moreover, there is also a button to copy the download link to the clipboard. You can download all media items at once as a "zip" file. Please note that this add-on only shows media items for the active tab (current tab). Once you switch tabs, the list in the popup will be updated. If you have a feature request or found a bug to report, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/video-audio-downloader.html).
확장 프로그램 기본 정보
이름 | Video & Audio Downloader |
ID | pchlfebelfohhojoomlngjbkcjponfha |
공식 URL | https://chromewebstore.google.com/detail/video-audio-downloader/pchlfebelfohhojoomlngjbkcjponfha |
설명 | Easily download video & audio streams via toolbar popup. |
파일 크기 | 132 KB |
설치 횟수 | 57,367 |
현재 버전 | 0.1.7 |
최근 업데이트 | 2024-03-02 |
출시 날짜 | 2020-03-13 |
평점 | 3.60/5 총 67 개의 평점 |
개발자 | chYer |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mybrowseraddon.com/video-audio-downloader.html |
도움말 페이지 URL | https://mybrowseraddon.com/video-audio-downloader.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.7", "manifest_version": 3, "host_permissions": [ "*:\/\/*\/*" ], "name": "Video & Audio Downloader", "homepage_url": "https:\/\/mybrowseraddon.com\/video-audio-downloader.html", "description": "Easily download video & audio streams via toolbar popup.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "downloads", "webRequest", "notifications" ], "action": { "default_popup": "data\/popup\/popup.html", "default_title": "Video & Audio Downloader", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |