Dropbox Media Manager
This extension lets you preview and download music and video from public Dropbox links
什么是Dropbox Media Manager?
Dropbox Media Manager是由The Pure Mix开发的Chrome扩展程序,该扩展的主要功能是“This extension lets you preview and download music and video from public Dropbox links”。
扩展截图
下载Dropbox Media Manager扩展crx文件
下载Dropbox Media Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension lets you play video, stream audio in the background, and download public media from Dropbox right from your Chrome browser.
扩展基本信息
名称 | |
ID | modefhpgbcaanajdddifiefofjfiebhe |
官方URL | https://chrome.google.com/webstore/detail/dropbox-media-manager/modefhpgbcaanajdddifiefofjfiebhe |
简介 | This extension lets you preview and download music and video from public Dropbox links |
文件大小 | 13.18 KB |
安装次数 | 240 |
当前版本 | 2.1 |
更新时间 | 2018-05-04 |
上架时间 | 2018-05-04 |
评分 | 5.00/5 共2次评分 |
开发者 | The Pure Mix |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.thepuremix.com |
帮助页面URL | http://www.thepuremix.com |
隐私政策页面URL | http://thepuremix.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dropbox Media Manager", "short_name": "DBox Mng", "description": "This extension lets you preview and download music and video from public Dropbox links", "version": "2.1", "minimum_chrome_version": "16.0.884", "icons": { "128": "icon128.png" }, "permissions": [ "downloads", "*:\/\/www.dropbox.com\/*" ], "background": { "scripts": [ "back.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.dropbox.com\/*" ], "js": [ "popup.js" ] } ], "page_action": { "default_title": "Only visible on Dropbox.com", "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" } } |