DriveHub Cloud Storage Transferer

DriveHub Cloud Storage Transferer

View, terminate the progress of using Drivehub to copy,sync data from cloud storage.Support Google Drive,1Fichier,Mega,OneDrive,etc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DriveHub Cloud Storage Transferer",
  "description": "View, terminate the progress of using Drivehub to copy,sync data from cloud storage.Support Google Drive,1Fichier,Mega,OneDrive,etc",
  "version": "1.1.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
  }
}