Video Download Manager

Video Download Manager is a Chrome browser extension that allows you to download videos from different websites smoothly and…

什么是Video Download Manager?

Video Download Manager是由Monasterio开发的Chrome扩展程序,该扩展的主要功能是“Video Download Manager is a Chrome browser extension that allows you to download videos from different websites smoothly and…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Video Download Manager扩展crx文件

下载Video Download Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Video Download Manager is a Chrome browser extension that allows you to download videos from different websites smoothly and without overhead. 

Its features:

   ▶️  Easy to use: download videos of your choice just with a couple of clicks
   ▶️  Multiple websites: this extension supports  platforms and lets you download videos from your favorite websites
   ▶️  Free: this extension does not require any kind of paid subscription in order to work                    

扩展基本信息

名称 Video Download Manager Video Download Manager
ID loeommbdeopocpeggbpamkfaijcngogo
官方URL https://chrome.google.com/webstore/detail/video-download-manager/loeommbdeopocpeggbpamkfaijcngogo
简介 Video Download Manager is a Chrome browser extension that allows you to download videos from different websites smoothly and…
文件大小 78.9 KB
安装次数 9,000
当前版本 0.0.2
更新时间 2021-11-17
上架时间 2021-10-19
评分 4.75/5 共28次评分
开发者 Monasterio
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://telegra.ph/ToS--Privacy-Policy---NewTabBeach-09-23
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Download Manager",
    "version": "0.0.2",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "libs\/jquery.js",
                "content_js\/inject.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-eval' data: blob: filesystem:;"
    }
}