Easy Video Downloader

A video downloader that works with both internal and external download managers

Easy Video Downloader क्या है?

Easy Video Downloader Yubi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A video downloader that works with both internal and external download managers"।

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

screenshot

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

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

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

                        Easy Video Downloader is a browser extension that helps you quickly download video, audio and image resources used in web-pages. This extension works with both internal browser download manager and external download managers.

***
Important note: Easy Video Downloader is NOT working on YouTube website or any other YouTube videos embedded in other web pages due to Google, YouTube and Chrome Store policies and restrictions.
***

***
Important note: Easy Video Downloader is NOT responsible for media contents that you download with this extension. You are responsible for verifying the media copyright permission before downloading anything.
***

Easy Video Downloader supports "Interruption" which is disabled by default and can be enabled using the right-click menu-item over the toolbar button menu. If "Interruption" is enabled, the extension pops up when a file is about to be downloaded. Using the UI, you can either request download with an external download manager or copy the actual downloadable link.                    

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

नाम Easy Video Downloader Easy Video Downloader
ID eaicplkoeceoelookkiaeekhodehdhde
आधिकारिक URL https://chromewebstore.google.com/detail/easy-video-downloader/eaicplkoeceoelookkiaeekhodehdhde
विवरण A video downloader that works with both internal and external download managers
फ़ाइल का आकार 81.59 KB
स्थापना संख्या 200,000
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2022-12-23
प्रकाशन तिथि 2020-05-22
रेटिंग 3.23/5 कुल 139 रेटिंग्स
डेवलपर Yubi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webextension.org/listing/easy-video-downloader.html
सहायता पृष्ठ URL https://webextension.org/listing/easy-video-downloader.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.0",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "contextMenus",
        "storage",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "optional_permissions": [
        "nativeMessaging",
        "cookies"
    ],
    "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",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": [],
    "homepage_url": "https:\/\/webextension.org\/listing\/easy-video-downloader.html",
    "options_ui": {
        "page": "data\/options\/index.html"
    }
}