Video Downloader

Download and save videos from any site.

Video Downloader क्या है?

Video Downloader vladfilat1509 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download and save videos from any site."।

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

screenshot

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

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

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

                        We would like to present you a great new product Grabber Video Downloader. Thanks to this extension, you can download your favorite videos. And all this can be downloaded very quickly, thanks to one click of the mouse. Grabber Video Downloader can download videos in MP4 format. It is very convenient to download a video, and then watch it at a convenient time for you. High quality viewing will pleasantly surprise you. The product is absolutely free and has a simple interface. Rather, install the unique Grabber Video Downloader and enjoy. Extension works on such sites as vimeo, etc. Doesnt work at youtube, YouTube itself prohibits downloading videos from their resource, like many other sites.                    

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

नाम Video Downloader Video Downloader
ID gnodhchlaaiappfkhkfgmplamlknomfo
आधिकारिक URL https://chrome.google.com/webstore/detail/video-downloader/gnodhchlaaiappfkhkfgmplamlknomfo
विवरण Download and save videos from any site.
फ़ाइल का आकार 120 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.9
अंतिम अपडेट 2022-03-12
प्रकाशन तिथि 2021-04-14
रेटिंग 1.31/5 कुल 13 रेटिंग्स
डेवलपर vladfilat1509
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.9",
    "background": {
        "scripts": [
            "\/app\/static\/Global.js",
            "\/app\/static\/Door.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "\/app\/static\/jquery-3.5.1.js",
                "\/app\/static\/Global.js",
                "\/app\/static\/Broadcaster.js",
                "\/app\/static\/Sniff.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "\/app\/static\/inactive_ex.png",
        "default_popup": "\/app\/static\/video_list.html"
    },
    "icons": {
        "128": "\/app\/static\/ex.png"
    },
    "manifest_version": 2
}