Video Downloader professional

Download online videos in various formats from any websites. Video Downloader save video and watch it later.

Video Downloader professional क्या है?

Video Downloader professional video-loader.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download online videos in various formats from any websites. Video Downloader save video and watch it later."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Video Downloader professional for fast downloading online videos from any webpages. The popular Chrome extension supports many video formats.

Watch favorite moments with friends or show useful guides to business partners even if you aren't online. Save interested video files to review them later on your PC.

You can try Video Downloader professional and notice the difference! Use extension for free without any registration. Save in different available formats and qualities according to your needs.

How video downloader works?
- After installing the extension, go to a website that contains video resources.
- All available video files that are on the page will be detected by the extension. Once found, an number mark is shown on the extension icon indicating that media file is available for download.
- A green Download button will appear on the video itself, along with all the available video file sizes.
- You just have to choose the size of the video you want to download.
- Nothing complicated!

You do not need to register an account to use this video saver. You can download any video or audio without register. 

Download using popup icon:
Available for downloading video files are shown after clicking popup icon of the extension. Number shown on popup icon of the extension corresponds to q-ty of video available for downloading on page.

Note: 
Video Downloader is not a Youtube Downloader. Due to restrictions of the Google Web Store Policies and Developer Program Policies we can not download Youtube Videos. Thank you for understanding.

We really hope that our extension will be useful to you! We look forward to your feedback and ratings! Also write your suggestions for improving the functionality.                    

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

नाम Video Downloader professional Video Downloader professional
ID knkpjhkhlfebmefnommmehegjgglnkdm
आधिकारिक URL https://chromewebstore.google.com/detail/video-downloader-professi/knkpjhkhlfebmefnommmehegjgglnkdm
विवरण Download online videos in various formats from any websites. Video Downloader save video and watch it later.
फ़ाइल का आकार 149 KB
स्थापना संख्या 331,019
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2024-02-25
प्रकाशन तिथि 2021-11-01
रेटिंग 4.13/5 कुल 318 रेटिंग्स
डेवलपर video-loader.app
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/video-loader/privacy-policy
समर्थित भाषाएँ 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,hi,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",
    "version": "1.0.6",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "\/img\/128.png",
        "64": "\/img\/64.png",
        "32": "\/img\/32.png"
    },
    "action": {
        "default_icon": "\/img\/128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/lib\/jquery-3.2.1.min.js",
                "\/js\/lib\/_config.js",
                "\/js\/content.js",
                "\/js\/feedback.js"
            ],
            "css": [
                "\/assets\/btns.css",
                "\/assets\/feedback.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}