Video Downloader

Download videos using Video Downloader from websites.

Video Downloader क्या है?

Video Downloader FREE APPS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download videos using Video Downloader from websites."।

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

screenshot
screenshot

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

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

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

                        Video Downloader is for downloading videos from websites. Fast and easy way in one click. You find everything in the icon of extension. You can download many media formats - one video or all at once.  

Please note that Video Downloader not be liable for downloaded files. You check permissions copyright on web pages. Thank you for your understanding.                    

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

नाम Video Downloader Video Downloader
ID jllonchimfiplfmddkdnbghgllhjlnln
आधिकारिक URL https://chromewebstore.google.com/detail/video-downloader/jllonchimfiplfmddkdnbghgllhjlnln
विवरण Download videos using Video Downloader from websites.
फ़ाइल का आकार 98.95 KB
स्थापना संख्या 10,282
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2023-03-23
प्रकाशन तिथि 2020-11-07
रेटिंग 3.10/5 कुल 10 रेटिंग्स
डेवलपर FREE APPS
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.smart-finder.net/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "name": "Video Downloader",
    "description": "Download videos using Video Downloader from websites.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "downloads"
    ]
}