Download-TIME

FREE, Fast and Simple tool to capture and download online videos/audios.

Download-TIME란 무엇입니까?

Download-TIME은(는) Download-TIME에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FREE, Fast and Simple tool to capture and download online videos/audios."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Download-TIME 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A FREE, Fast and Easy-to-use Generic Video Downloader tool.

Simply play your video, then click on the extension Icon to get a list of video download links mostly in MP4 format.

IMPORTANT: YOUTUBE videos are NOT downloadable due to Chrome WebStore Policy.                    

확장 프로그램 기본 정보

이름 Download-TIME Download-TIME
ID dbdlkdldfcabaogcbjbdkaedeickonmp
공식 URL https://chromewebstore.google.com/detail/download-time/dbdlkdldfcabaogcbjbdkaedeickonmp
설명 FREE, Fast and Simple tool to capture and download online videos/audios.
파일 크기 634 KB
설치 횟수 65,877
현재 버전 2.5.9
최근 업데이트 2023-09-30
출시 날짜 2021-04-07
평점 3.31/5 총 89 개의 평점
개발자 Download-TIME
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.dl-time.com
도움말 페이지 URL https://www.dl-time.com
지원되는 언어 de,en,fr,no,es,pt-BR,pt-PT,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download-TIME",
    "version": "2.5.9",
    "description": "__MSG_extDesc__",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "storage",
        "downloads",
        "tabs",
        "cookies",
        "background",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "17": "icons\/17.png",
        "19": "icons\/19.png",
        "24": "icons\/24.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "49": "icons\/49.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_extName__"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/**\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}