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ファイルをダウンロード

Download-TIME拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
                ""
            ]
        }
    ]
}