Video Downloader
Download and save videos from any site.
什么是Video Downloader?
Video Downloader是由vladfilat1509开发的Chrome扩展程序,该扩展的主要功能是“Download and save videos from any site.”。
扩展截图
下载Video Downloader扩展crx文件
下载Video Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
We would like to present you a great new product Grabber Video Downloader. Thanks to this extension, you can download your favorite videos. And all this can be downloaded very quickly, thanks to one click of the mouse. Grabber Video Downloader can download videos in MP4 format. It is very convenient to download a video, and then watch it at a convenient time for you. High quality viewing will pleasantly surprise you. The product is absolutely free and has a simple interface. Rather, install the unique Grabber Video Downloader and enjoy. Extension works on such sites as vimeo, etc. Doesnt work at youtube, YouTube itself prohibits downloading videos from their resource, like many other sites.
扩展基本信息
名称 | |
ID | gnodhchlaaiappfkhkfgmplamlknomfo |
官方URL | https://chrome.google.com/webstore/detail/video-downloader/gnodhchlaaiappfkhkfgmplamlknomfo |
简介 | Download and save videos from any site. |
文件大小 | 120 KB |
安装次数 | 10,000 |
当前版本 | 1.9 |
更新时间 | 2022-03-12 |
上架时间 | 2021-04-14 |
评分 | 1.31/5 共13次评分 |
开发者 | vladfilat1509 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_desc__", "default_locale": "en", "version": "1.9", "background": { "scripts": [ "\/app\/static\/Global.js", "\/app\/static\/Door.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "\/app\/static\/jquery-3.5.1.js", "\/app\/static\/Global.js", "\/app\/static\/Broadcaster.js", "\/app\/static\/Sniff.js" ], "all_frames": true, "run_at": "document_idle" } ], "permissions": [ "storage", "webRequest", "webRequestBlocking", " |