Video Downloader Professional

Video Downloader Professional will help you download popular videos and any medias you want!

Video Downloader Professional क्या है?

Video Downloader Professional Video Downloader Professional द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Video Downloader Professional will help you download popular videos and any medias you want!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Video Downloader Plus is a free chrome browser extension for downloading online videos.
Video Downloader Plus allows you to download any video you want from your favourite video and tube sites.
No more delays to watch videos online, Video Downloader Plus will become your favorite downloader.

The extension is very easy to use. You only need to click on the icon of the extension in your Chrome browser and within seconds you will begin to download the video to your PC.

Why to install this:

✓ Support MP4, MOV, AVI, ASF, MPG and many more.
✓ Download almost from 99% of video hosting websites.
✓ Easy, fast, safe and light!.
✓ You can download multiple videos simultaneously.
✓ Detect multiple formats to downloads.                    

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

नाम Video Downloader Professional Video Downloader Professional
ID jdcmcfpdbcbmapimfbeniamghacgofpe
आधिकारिक URL https://chrome.google.com/webstore/detail/video-downloader-professi/jdcmcfpdbcbmapimfbeniamghacgofpe
विवरण Video Downloader Professional will help you download popular videos and any medias you want!
फ़ाइल का आकार 268 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.6.6
अंतिम अपडेट 2019-11-08
प्रकाशन तिथि 2019-11-08
रेटिंग 2.89/5 कुल 36 रेटिंग्स
डेवलपर Video Downloader Professional
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,en-GB,en-US,fr,vi,tr,es,it,pt-BR,pt-PT,el,bg,ru,bn,ja
manifest.json
{
    "background": {
        "page": "extension\/background.html"
    },
    "browser_action": {
        "default_icon": "logo\/icon19.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "video\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "logo\/128.png",
        "16": "logo\/16.png",
        "48": "logo\/48.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.6.6",
    "web_accessible_resources": [
        "*"
    ]
}