Dropbox Media Manager

This extension lets you preview and download music and video from public Dropbox links

What is Dropbox Media Manager?

Dropbox Media Manager is a Chrome extension developed by The Pure Mix, and its main feature is "This extension lets you preview and download music and video from public Dropbox links".

Extension Screenshots

screenshot

Download Dropbox Media Manager Extension CRX File

Download Dropbox Media Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension lets you play video, stream audio in the background, and download public media from Dropbox right from your Chrome browser.                    

Extension Basic Information

Name Dropbox Media Manager Dropbox Media Manager
ID modefhpgbcaanajdddifiefofjfiebhe
Official URL https://chrome.google.com/webstore/detail/dropbox-media-manager/modefhpgbcaanajdddifiefofjfiebhe
Description This extension lets you preview and download music and video from public Dropbox links
File Size 13.18 KB
Installation Count 240
Current Version 2.1
Last Updated 2018-05-04
Publish Date 2018-05-04
Rating 5.00/5 Total 2 Ratings
Developer The Pure Mix
Email [email protected]
Payment Type free
Extension Website http://www.thepuremix.com
Help Page URL http://www.thepuremix.com
Privacy Policy Page URL http://thepuremix.com/privacy
Supported Languages 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"
    }
}