Just Video Downloader

A small button appears on a video file to start downloading. Enable when you need it

Just Video Downloader क्या है?

Just Video Downloader Video Downloader द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A small button appears on a video file to start downloading. Enable when you need it"।

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

screenshot
screenshot

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

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

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

                        Video Downloader for Chrome: the Easiest Way to Download Videos from the Web. It works only with open for everyone video hubs, like Vimeo, Twitter, Instagram, Dailymotion and Instagram.

If you’re a fan of online videos, then you know how difficult it can be to find and download them. Fortunately, there’s a great solution to this problem: video downloaders for Chrome. It's a browser extensions that make it incredibly easy to find and save videos from the web.

Video downloaders for Chrome allow you to quickly search for videos on the web and download them with a single click. They’re incredibly easy to use, and they make it simple to save videos to your computer or mobile device. 

Video downloader for Chrome is also incredibly lightweight, so they don’t slow down your browser. Additionally, it's secure. Finally, our video downloader for Chrome are completely free, so you don’t have to worry about spending any money.                    

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

नाम Just Video Downloader Just Video Downloader
ID gldhgnbopkibmghhioohhcjcckejfmca
आधिकारिक URL https://chromewebstore.google.com/detail/just-video-downloader/gldhgnbopkibmghhioohhcjcckejfmca
विवरण A small button appears on a video file to start downloading. Enable when you need it
फ़ाइल का आकार 745 KB
स्थापना संख्या 642
वर्तमान संस्करण 3.2.1
अंतिम अपडेट 2023-11-25
प्रकाशन तिथि 2023-05-13
रेटिंग 4.24/5 कुल 17 रेटिंग्स
डेवलपर Video Downloader
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "3.2.1",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "image48.png",
        "48": "image128.png",
        "128": "image128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo.png",
            "32": "image48.png",
            "48": "image128.png",
            "128": "image128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}