AllTube Downloader
Easily download video and audio from several popular video websites
AllTube Downloader란 무엇입니까?
AllTube Downloader은(는) Kay61에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily download video and audio from several popular video websites"입니다.
확장 프로그램 스크린샷
AllTube Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AllTube Downloader is a Chrome extension. It allows you to easily download video and audio from a number of popular media websites. These includes Dailymotion, Vimeo, SoundClound, Facebook and Instagram. Chrome store policy does not allow YouTube video download. To download video you need to go to any of the websites supported and go to the video watch page. When you are at this watch page, the extension icon will be enabled. Clicking on the icon will open up the pop-up window. The extension will attempt to find the list of video qualities for the video in the watch page. The list of video will be displayed. To download the video, just click on the 'Download' button of the video quality. This will initiate the downloading. This will be displayed at the bottom left of the browser window.
확장 프로그램 기본 정보
이름 | AllTube Downloader |
ID | ehpjnjglgmfifbcofmdmcjcihdldjlcg |
공식 URL | https://chrome.google.com/webstore/detail/alltube-downloader/ehpjnjglgmfifbcofmdmcjcihdldjlcg |
설명 | Easily download video and audio from several popular video websites |
파일 크기 | 108 KB |
설치 횟수 | 8,096 |
현재 버전 | 1.4.8 |
최근 업데이트 | 2021-05-29 |
출시 날짜 | 2020-03-15 |
평점 | 3.42/5 총 36 개의 평점 |
개발자 | Kay61 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.alltubeplayer.com/downloader.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "ATD", "name": "AllTube Downloader", "version": "1.4.8", "description": "Easily download video and audio from several popular video websites", "permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.dailymotion.com\/*", "https:\/\/vimeo.com\/*", "https:\/\/soundcloud.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/www.instagram.com\/*", "https:\/\/*.alltubeplayer.com\/*", "tabs", "activeTab", "declarativeContent", "downloads" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "page_action": { "default_popup": "popup.html", "default_icon": { "32": "images\/ATD_Icon_32x32.png", "48": "images\/ATD_Icon_48x48.png", "128": "images\/ATD_Icons_128x128.png" } }, "icons": { "32": "images\/ATD_Icon_32x32.png", "48": "images\/ATD_Icon_48x48.png", "128": "images\/ATD_Icons_128x128.png" }, "web_accessible_resources": [ "js\/adsJumbo.js" ], "manifest_version": 2 } |