Video Downloader

Video Downloader - fast download videos from any webs.

Video Downloader क्या है?

Video Downloader Video Downloader द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Video Downloader - fast download videos from any webs."।

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

screenshot
screenshot

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

crx प्रारूप में Video Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Video Downloader for fast downloading online videos from webpages. The popular app supports many video formats.

How To:
For download video click to the icon of app on webpage. A list of available videos will be displayed. Now download one or all videos from the list. 

Privacy Policy:
Please read. Video Downloader is not responsible for files downloaded by users. Users should check permissions media copyright on websites.                    

एक्सटेंशन की मूल जानकारी

नाम Video Downloader Video Downloader
ID bmfdeblldppdipllplghgfcdglodfggn
आधिकारिक URL https://chrome.google.com/webstore/detail/video-downloader/bmfdeblldppdipllplghgfcdglodfggn
विवरण Video Downloader - fast download videos from any webs.
फ़ाइल का आकार 99.32 KB
स्थापना संख्या 37,684
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2023-06-11
प्रकाशन तिथि 2020-05-16
रेटिंग 3.39/5 कुल 54 रेटिंग्स
डेवलपर Video Downloader
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "name": "Video Downloader",
    "description": "Video Downloader - fast download videos from any webs.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "injected_content.js"
            ]
        }
    ]
}