Dropbox Media Manager
This extension lets you preview and download music and video from public Dropbox links
Was ist Dropbox Media Manager?
Dropbox Media Manager ist eine Chrome-Erweiterung, die von The Pure Mix entwickelt wurde, und ihr Hauptmerkmal ist "This extension lets you preview and download music and video from public Dropbox links".
Erweiterungsscreenshots
Dropbox Media Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dropbox Media Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension lets you play video, stream audio in the background, and download public media from Dropbox right from your Chrome browser.
Grundlegende Informationen zur Erweiterung
Name | |
ID | modefhpgbcaanajdddifiefofjfiebhe |
Offizielle URL | https://chrome.google.com/webstore/detail/dropbox-media-manager/modefhpgbcaanajdddifiefofjfiebhe |
Beschreibung | This extension lets you preview and download music and video from public Dropbox links |
Dateigröße | 13.18 KB |
Installationsanzahl | 240 |
Aktuelle Version | 2.1 |
Letztes Update | 2018-05-04 |
Veröffentlichungsdatum | 2018-05-04 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | The Pure Mix |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.thepuremix.com |
Hilfeseite URL | http://www.thepuremix.com |
URL der Datenschutzrichtlinien-Seite | http://thepuremix.com/privacy |
Unterstützte Sprachen | 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" } } |