Dropbox Media Manager

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

Qu'est-ce que Dropbox Media Manager ?

Dropbox Media Manager est une extension Chrome développée par The Pure Mix, et sa fonction principale est "This extension lets you preview and download music and video from public Dropbox links".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dropbox Media Manager

Téléchargez les fichiers d'extension Dropbox Media Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Dropbox Media Manager Dropbox Media Manager
ID modefhpgbcaanajdddifiefofjfiebhe
URL Officiel 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
Taille du Fichier 13.18 KB
Nombre d'Installations 240
Version Actuelle 2.1
Dernière Mise à Jour 2018-05-04
Date de Publication 2018-05-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur The Pure Mix
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.thepuremix.com
URL de la Page d'Aide http://www.thepuremix.com
URL de la Page de Politique de Confidentialité http://thepuremix.com/privacy
Langues Prises en Charge 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"
    }
}