Download-TIME

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

Download-TIME क्या है?

Download-TIME Download-TIME द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FREE, Fast and Simple tool to capture and download online videos/audios."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Download-TIME एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}