DriveHub Cloud Storage Transferer

DriveHub Cloud Storage Transferer

DriveHub can move,synchronize data from cloud, support Google Drive, 1Fichier, Backblaze, Box, Online.net C14, DigitalOcean Spaces, Dropbox, Jottacloud, Koofr, Mail.ru, Mega, Microsoft OneDrive, OpenDrive, pCloud , Premiumize.me,put.io,Yandex, etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "DriveHub Cloud Storage Transferer",
  "description": "Use DriveHub to move, copy or synchronize cloud drive data, support Google Drive, 1Fichier, Backblaze B2, Box, Online.net C14, DigitalOcean Spaces, Dropbox, Jottacloud, Koofr, Mail.ru Cloud, Mega, Microsoft OneDrive, OpenDrive, pCloud , Premiumize.me, put.io, SugarSync, Yandex Disk, etc.",
  "version": "1.2.0",
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2,
  "icons": {
    "16": "icons/logo_16.png",
    "48": "icons/logo_48.png",
    "128": "icons/logo_128.png"
  },
  "browser_action": {
    "default_title": "DriveHub",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  }
}