Download-TIME

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

Download-TIMEคืออะไร?

Download-TIME เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Download-TIME และคุณลักษณะหลักของมันคือ "FREE, Fast and Simple tool to capture and download online videos/audios."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download-TIME

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
                ""
            ]
        }
    ]
}