Video Downloader

Download videos using Video Downloader from websites.

什么是Video Downloader?

Video Downloader是由FREE APPS开发的Chrome扩展程序,该扩展的主要功能是“Download videos using Video Downloader from websites.”。

扩展截图

screenshot
screenshot

下载Video Downloader扩展crx文件

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

扩展使用说明

                        Video Downloader is for downloading videos from websites. Fast and easy way in one click. You find everything in the icon of extension. You can download many media formats - one video or all at once.  

Please note that Video Downloader not be liable for downloaded files. You check permissions copyright on web pages. Thank you for your understanding.                    

扩展基本信息

名称 Video Downloader Video Downloader
ID jllonchimfiplfmddkdnbghgllhjlnln
官方URL https://chromewebstore.google.com/detail/video-downloader/jllonchimfiplfmddkdnbghgllhjlnln
简介 Download videos using Video Downloader from websites.
文件大小 98.95 KB
安装次数 10,282
当前版本 1.1.1
更新时间 2023-03-23
上架时间 2020-11-07
评分 3.10/5 共10次评分
开发者 FREE APPS
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.smart-finder.net/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "name": "Video Downloader",
    "description": "Download videos using Video Downloader from websites.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "downloads"
    ]
}