Video Downloader Prime

Easily download most popular video formats.

Video Downloader Prime क्या है?

Video Downloader Prime Grephy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily download most popular video formats."।

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

screenshot
screenshot

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

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

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

                        Video Downloader Prime is an extension that helps you quickly download popular video formats right from your browser's toolbar popup. 

Note: Video Downloader Prime is NOT working for the YouTube website or any other YouTube videos embedded in other websites due to Google, YouTube, and Chrome Store policies and restrictions.

Note: Video Downloader Prime is NOT responsible for media content that you download with this addon. We strongly recommend that you verify the related media copyright permissions on each website before downloading any video file(s).

Key features:
1. Toolbar popup, provides an easy interface to download the video(s) or copy the video links to the clipboard.
2. Badge icon text shows the number of captured videos within the page.
3. You can add, delete, or disable video formats from the Options page.
4. There is also an option to specify the minimum size for videos to trigger the download.

If you see any bugs, or you have a feature request or other improvements in mind, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/download-helper.html).                    

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

नाम Video Downloader Prime Video Downloader Prime
ID gipjangphphajpkddogjcpgaoiidennb
आधिकारिक URL https://chromewebstore.google.com/detail/video-downloader-prime/gipjangphphajpkddogjcpgaoiidennb
विवरण Easily download most popular video formats.
फ़ाइल का आकार 61.33 KB
स्थापना संख्या 50,000
वर्तमान संस्करण 0.2.7
अंतिम अपडेट 2022-11-17
प्रकाशन तिथि 2019-09-21
रेटिंग 3.17/5 कुल 131 रेटिंग्स
डेवलपर Grephy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/download-helper.html
सहायता पृष्ठ URL https://mybrowseraddon.com/download-helper.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.7",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "name": "Video Downloader Prime",
    "permissions": [
        "storage",
        "downloads",
        "webRequest"
    ],
    "description": "Easily download most popular video formats.",
    "homepage_url": "https:\/\/mybrowseraddon.com\/download-helper.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Video Downloader Prime",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}