Download-TIME

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

Download-TIME là gì?

Download-TIME là một tiện ích mở rộng Chrome được phát triển bởi Download-TIME, và tính năng chính của nó là "FREE, Fast and Simple tool to capture and download online videos/audios.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Download-TIME

Tải xuống các tệp mở rộng Download-TIME dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Download-TIME Download-TIME
ID dbdlkdldfcabaogcbjbdkaedeickonmp
URL Chính Thức https://chromewebstore.google.com/detail/download-time/dbdlkdldfcabaogcbjbdkaedeickonmp
Mô tả FREE, Fast and Simple tool to capture and download online videos/audios.
Kích Thước Tệp 634 KB
Số Lần Cài Đặt 65,877
Phiên Bản Hiện Tại 2.5.9
Cập Nhật Lần Cuối 2023-09-30
Ngày Phát Hành 2021-04-07
Đánh Giá 3.31/5 Tổng số 89 Đánh Giá
Nhà Phát Triển Download-TIME
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.dl-time.com
URL Trang Trợ Giúp https://www.dl-time.com
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}